Updated today and I noticed my controller symbols don't seem to be defined anymore. For example I used to be able to do this:
<%= link_to 'Options', :controller => :option %>
after the update I must do:
<%= link_to 'Options', :controller => 'option' %>
or else I get:
undefined method `include?' for :option:Symbol
Anyone else notice this? I didn't see mention in the release notes. Is there a new config setting I missed somewhere?







Bookmarks