method
model
v5.2.3 -
Show latest stable
- Class:
ActionController::ParamsWrapper::Options
model()public
No documentation available.
# File actionpack/lib/action_controller/metal/params_wrapper.rb, line 95
def model
super || synchronize { super || self.model = _default_wrap_model }
end