$ rails g contoller hoge_1 index
match 'hoge_1' => 'hoge_1#index'
と設定して /hoge_1 にアクセスすると
Routing Error
uninitialized constant Hoge1Controller
になる。なんで?
Go to list of users who liked
More than 5 years have passed since last update.
$ rails g contoller hoge_1 index
match 'hoge_1' => 'hoge_1#index'
と設定して /hoge_1 にアクセスすると
Routing Error
uninitialized constant Hoge1Controller
になる。なんで?
Register as a new user and use Qiita more conveniently
Go to list of users who liked