On Apr 23, 5:04 pm, amrit pal pathak <amritpalpath...@gmail.com>
wrote:
> On Apr 23, 11:58 am, Colin Law <clan...@googlemail.com> wrote:> On 23 April 
> 2011 16:48, amrit pal pathak <amritpalpath...@gmail.com> wrote:
>
>
> > And the result from rake routes?  You did try that didn't you?
>
>        i did it gives
>
>   click_fun GET /click/fun(.:format)
> {:action=>"fun", :controller=>"click"}
> home_index GET /home/index(.:format)
> {:action=>"index", :controller=>"home"}
>       root     /(.:format)
> {:action=>"index", :controller=>"home"}
>
This means that the URL helpers that exist are click_fun_path,
home_index_path and root_path.
You can use clicks_path because it doesn't exist.

Fred

> Thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to