-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modelは直接ActiveRecord::Baseを継承しているのは、なぜ? #162
Comments
きのう Asakusa.rb に行って、a_matsuda さんに直接聞いてきました 👯
とのことでした〜〜! |
ありがたい!!GJ:thumbsup: |
ありがとうございます!:ok_woman: |
ありがたや~! @Yucato さんどうもありがとうございました! |
Railsコミッタからの直接のコメントが聞けてすっきりしました。クローズします! |
close 後ですが、すみません! 引用の部分に一部誤りがあったため修正しました。内容の主旨としては変わってないです 👌 |
@Yucato ありがとうございます~! |
Railsチュートリアル「2.3.4 継承の階層」より。
controllerは、ApplidationControllerというワンクッションを経てActionController::Baseを継承しているけれど、modelは、直接ActiveRecord::Baseを継承しているというのは、どうしてなんでしょうか?
そもそも、そういう「いろんなモデルを束ねるモデル」が必要な場面っていつだ?っていう感じもする。
The text was updated successfully, but these errors were encountered: