Method: ApplicationPresenter#model
- Defined in:
- app/presenters/application_presenter.rb
#model ⇒ Object
Returns reference to the object we’re decorating
10 11 12 |
# File 'app/presenters/application_presenter.rb', line 10 def model __getobj__ end |