RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ereshzealous
Site: www.google.co.in
Thanks that was great Ryan But I got some error when I try to write:
<%= text_field_with_auto_complete :product ,:category_name , {:size => 15} , { :url => formatted_categories_path(:js) , :method => :get } %>
When I try to open the products page its showing the following error:
undefined method `formatted_categories_path'
Any help with this I will be grateful.
moderator edit: Aug 14, 2011
Thanks that was great Ryan
But I got some error when I try to write:
When I try to open the products page its showing the following error:
Any help with this I will be grateful.