初心者の質問で大変恐縮です。
Railsのgenerateコマンドで生成したSomethings_Controller.rbで、app/models/something.rbで定義されているSomethingクラスを.newできる理由を教えて下さい。
継承関係も存在せず、
BasicObject
│
Object
┝──────────────────┓
AbstractController::Base ActiveRecord::Base
│ │
ActionController::Metal ActiveRecord(Abstract)
│ │
ActionController::Base Something
│
ApplicationController
│
SomethingController
includeやrequire、prepend、extendで指定されている部分も見当たりません。
何卒、よろしくお願いしますm(_ _)m
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/12/31 08:16
2019/12/31 08:21
2019/12/31 08:25
2019/12/31 11:08