Module: Irreverent::Flash

Included in:
AppResponder
Defined in:
lib/irreverent/flash.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



3
4
5
6
# File 'lib/irreverent/flash.rb', line 3

def to_html
  set_flash_message unless get?
  super
end