Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 741 Bytes

Overview

Padrino Flash is a plugin for the Padrino web framework which adds support for Rails like flash messages.

Setup & Installation

Include it in your project's Gemfile with Bundler:

gem 'padrino-flash'

Modify your app/app.rb file to register the plugin:

class ExampleApplication < Padrino::Application
  register Padrino::Flash
end

Dependencies

Copyright

Copyright © 2012 Benjamin Bloch (Cirex). See LICENSE for details.