I was told that if I only have one “thing”, like home (not multiple homes), I should use resource :home, not resources :home in routes.rb. But then when I look at routes, the POST function seems to want homes#create. Why plural? I wanted to name my controller home_controller with the class being HomeController. Do I have to name them plural?
Share
Modified quote from http://guides.rubyonrails.org/routing.html#nested-resources: