2017-10-01から1ヶ月間の記事一覧
railsはdefaultのresourcesは:idになっています。 config/routes.rb resources :users URIのパターンです。 Prefix Verb URI Pattern Controller#Action new_user GET /users/new(.:format) users#new edit_user GET /users/:id/edit(.:format) users#edit u…
railsはdefaultのresourcesは:idになっています。 config/routes.rb resources :users URIのパターンです。 Prefix Verb URI Pattern Controller#Action new_user GET /users/new(.:format) users#new edit_user GET /users/:id/edit(.:format) users#edit u…