Journey on entrepreneurship by doing Software that changes the world
button_to_remote is removed from Rails 3, use:button_to instead and add the parameter:remote => truei.e.<% button_to "text", :remote => true %>
button_to_remote is removed from Rails 3, use:
ReplyDeletebutton_to instead and add the parameter
:remote => true
i.e.
<% button_to "text", :remote => true %>