Method: HotFlash::Configuration#initialize
- Defined in:
- lib/hot_flash.rb
#initialize ⇒ Configuration
Returns a new instance of Configuration.
11 12 13 14 15 |
# File 'lib/hot_flash.rb', line 11 def initialize @turbo_action = "replace" @turbo_target = "#flashes" @flash_method = :render_flash end |