<% content_for :javascript do %> $(function(){ $('#calendar').fullCalendar({ events: '<%= calendar_workouts_path(format: :json) %>' }); }); <% end %>