estum / growlyflash

Growl-styled flash messages for Ruby on Rails and Bootstrap
MIT License
58 stars 34 forks source link

Remove :timedout not working in Rails 4.1 #8

Closed jpalumickas closed 10 years ago

jpalumickas commented 10 years ago

Flash messages:

Under Rails 4.0, the key is a Symbol. Under Rails 4.1, the key is a String.

So, we need to do something like this .except!(:timedout, 'timedout')

estum commented 10 years ago

Done, thank you!