Module: HotFlash::Controller
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/hot_flash/controller.rb
Instance Method Summary collapse
Instance Method Details
#render(*args) ⇒ Object
7 8 9 10 11 |
# File 'lib/hot_flash/controller.rb', line 7 def render(*args) args = hotflash.render_into(args) super(*args) end |