Class: Voltron::Config
- Inherits:
-
Object
- Object
- Voltron::Config
- Includes:
- ActiveSupport::Callbacks
- Defined in:
- lib/voltron/config/flash.rb
Defined Under Namespace
Classes: Flash
Instance Method Summary collapse
Instance Method Details
#add_flash_config ⇒ Object
14 15 16 |
# File 'lib/voltron/config/flash.rb', line 14 def add_flash_config Voltron.config.merge(flash: flash.to_h) end |
#flash ⇒ Object
10 11 12 |
# File 'lib/voltron/config/flash.rb', line 10 def flash @flash ||= Flash.new end |