method
to_model
v3.2.13 -
Show latest stable
- Class:
ActiveModel::Conversion
to_model()public
If your object is already designed to implement all of the Active Model you can use the default :to_model implementation, which simply returns self.
If your model does not act like an Active Model object, then you should define :to_model yourself returning a proxy object that wraps your object with Active Model compliant methods.