Method: ActiveTools::ActionPack::ActionDispatch::FlashStack#stack

Defined in:
lib/active_tools/action_pack/action_dispatch/flash_stack.rb

#stackObject



52
53
54
# File 'lib/active_tools/action_pack/action_dispatch/flash_stack.rb', line 52

def stack
  @stack ||= Stack.new(self)
end