Flashee
Rails helper to style flash messages
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem 'flashee'
And then execute:
$ bundle
Or install it yourself as:
$ gem install flashee
Once flashee is installed, run the install generator to setup required files:
$ rails g flashee:install
After flashee is installed add this line to your application layout:
<%= render partial: "partials/flash_messages", flash: flash %>
License
The gem is available as open source under the terms of the MIT License.