routes.rb
resources :リソース名
で自動でルート定義を生成してくれる!!
route.rb
root 'questions#index'
でrootのURLでアクセスすると、questionsコントローラーのindexアクションが呼ばれる!
Go to list of users who liked
More than 5 years have passed since last update.
resources :リソース名
で自動でルート定義を生成してくれる!!
root 'questions#index'
でrootのURLでアクセスすると、questionsコントローラーのindexアクションが呼ばれる!
Register as a new user and use Qiita more conveniently
Go to list of users who liked