Module: Raw::Flashing
- Defined in:
- lib/raw/context/flash.rb
Overview
This module adds flashing support to the Controllers.
Defined Under Namespace
Classes: Flash
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
9 10 11 12 13 |
# File 'lib/raw/context/flash.rb', line 9 def self.included(base) super base.before(:call => :init_flash) base.after(:call => :clean_flash) end |