I am using rails 3, Ubuntu 10.04 and Ruby 1.8.7.
link_to "name", lettings_path(lettings)
is producing a link: /lettings.id and not /lettings/id as I would have expected.
in my routes.rb file I have:
resources :lettings
My model name is Letting.
This has me completely stumped, never in 6 years have I come across this - I would really appreciate any ideas you guys might have.