Rails 3 link_to (:method => :delete) not working

前端 未结 6 2054
抹茶落季
抹茶落季 2020-11-30 08:13

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

6条回答
  •  情歌与酒
    2020-11-30 08:40

    check if application.html.erb

    <%= javascript_include_tag :application %>
    

    not as:

    <%= javascript_include_tag :default %>
    

提交回复
热议问题