estum / growlyflash

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

deprecation warning is occurred when I add 'use_growlyflash' #46

Open kikikiblue opened 6 years ago

kikikiblue commented 6 years ago

I got this log when I add 'use_growlyflash' to application_controller.rb.

DEPRECATION WARNING: Passing string to be evaluated in :if and :unless conditional options is deprecated and will be removed in Rails 5.2 without replacement

Can you suggest any solution for this? I am on 'Using growlyflash 0.10.0'

Thanks.