Displaying 1 result from an estimated 1 matches for "channelnote_name".
2009 Oct 06
0
Named routes and a Railscast
I''m looking at railscast#102 ( http://railscasts.com/episodes/102-auto-complete-association
) and when I implement it, a certain named
( "formatted_channelnotes_path(:js)" ) route is used in:
<%= text_field_with_auto_complete :channel, :channelnote_name, { :size
=> 15 }, { :url => formatted_channelnotes_path(:js), :method
=> :get, :param_name => ''search'' } %>
Which results in:
NoMethodError in Channels#uplog
Showing app/views/channels/_channelnotesfield.html.erb where line #10
raised:
undefined method `formatt...