Gavin wrote: > do you have "map.resources :employs " > > in your routes.rb file? > > If so, is it namespaced? > > can you run "rake/routes" and copy/paste it's contents here? > > > > On Apr 7, 8:56�pm, Mace Windu <[email protected]>
This worked aswell thank you. I originally had map.resources :emp_app which is the name of my controller. but when I changed it to: map.resources :employs and changed my new.html.erb back to: <% form_for(@employs) do |f| %> it work fine just like the previous suggestion -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

