Module: Keynote::Helper
- Defined in:
- lib/keynote/helper.rb
Overview
Keynote::Helper is mixed into ActionView::Base, providing a present
method (aliased to k) for instantiating presenters.
Instance Method Summary collapse
-
#present ⇒ Object
(also: #k)
Instantiate a presenter.
Instance Method Details
#present ⇒ Object Also known as: k
Instantiate a presenter.
9 |
# File 'lib/keynote/helper.rb', line 9 def present(...) = Keynote.present(self, ...) |