エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Prevent STI when inheriting from an ActiveRecord model
On Rails 3.2.6, I have a class that inherits from ActiveRecord::Base: class Section < ActiveRecor... On Rails 3.2.6, I have a class that inherits from ActiveRecord::Base: class Section < ActiveRecord::Base ... end When I inherit from this class, Rails will assume I want STI: class AnotherSection < Section ..Rails assumes I have a type field, etc... end I want to be able to inherit from the Section class and use the subclass as a normal Ruby subclass, without the Rails STI magic. Is there a way to
2022/02/27 リンク