LoginSignup
1
0

More than 1 year has passed since last update.

<備忘録> Ruby on Railsでcontrollerの作成・削除の方法

Last updated at Posted at 2022-03-16

controller 作成

$ rails generate controller StaticPages home help

#controller 削除

controller名を間違えてしまった時は

$ rails destroy  controller StaticPages home help

で一旦削除というのも1つの手

以上

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0