Module: PlainModel::Querying::WithModel
- Extended by:
- ActiveSupport::Concern
- Included in:
- PlainModel::QueryBuilder
- Defined in:
- lib/plain_model/querying/with_model.rb
Instance Method Summary collapse
Instance Method Details
#initialize(model_class, *args) ⇒ Object
10 11 12 13 |
# File 'lib/plain_model/querying/with_model.rb', line 10 def initialize(model_class, *args) @model_class = model_class super(*args) end |