Module: Bridgetown::Routes::FlashNowHashIndifferent

Defined in:
bridgetown-routes/lib/bridgetown-routes/flash_additions.rb

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



34
35
36
# File 'bridgetown-routes/lib/bridgetown-routes/flash_additions.rb', line 34

def [](key)
  super(key.to_s)
end

#[]=(key, val) ⇒ Object



30
31
32
# File 'bridgetown-routes/lib/bridgetown-routes/flash_additions.rb', line 30

def []=(key, val)
  super(key.to_s, val)
end