Module: Frosting::Presentation
- Included in:
- BasePresenter
- Defined in:
- lib/frosting/presentation.rb
Instance Method Summary collapse
Instance Method Details
#present(*args) ⇒ Object
5 6 7 |
# File 'lib/frosting/presentation.rb', line 5 def present(*args) Repository.present(*args) end |
#present_collection(*args) ⇒ Object
9 10 11 |
# File 'lib/frosting/presentation.rb', line 9 def present_collection(*args) Repository.present_collection(*args) end |