I\'m having trouble with my verbs in Rails...
viewing a page for a resource (Dog) which has_many (Fleas). Embedded in dog\'s show.html.haml
show.html.haml
Check your <%= javascript_include_tag %> in application.html.erb
<%= javascript_include_tag %>
application.html.erb
Perhaps you are missing the "application" js
It must look at least like
<%= javascript_include_tag "application" %>