Method: WhalesController::Base#flash

Defined in:
lib/whales_controller/base.rb

#flashObject



30
31
32
# File 'lib/whales_controller/base.rb', line 30

def flash
  @flash ||= WhalesDispatch::Flash.new(req)
end