Module: ParamsReady::AbstractBuilder::HavingModel
- Defined in:
- lib/params_ready/builder.rb
Instance Method Summary collapse
Instance Method Details
#model(model_class) ⇒ Object
13 14 15 |
# File 'lib/params_ready/builder.rb', line 13 def model(model_class) @definition.set_model_class model_class end |