1
0

More than 3 years have passed since last update.

Railsの慣習まとめ

Last updated at Posted at 2020-03-15

Railsの慣習まとめ

  1. Controllerの名前は複数形にする
    resources, resourceを使うときでも複数形にすることが推奨されています¹

  2. Modelの名前は名詞にする

    • 単数のクラスが作成される
    • table名は複数形のスネークケース
    • factoryは複数形のスネークケース
  3. Polomorphicの関連を作成する場合、columnには -able_type, -able_idにする²

  4. concerning は-ing系³

  5. concernは-ableになります

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