Module: Phlexible::Callbacks
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActiveSupport::Callbacks
- Included in:
- Rails::AutoLayout
- Defined in:
- lib/phlexible/callbacks.rb
Instance Method Summary collapse
Instance Method Details
#around_template ⇒ Object
50 51 52 53 54 |
# File 'lib/phlexible/callbacks.rb', line 50 def around_template run_callbacks :template do super end end |