Skip to content

Plugin for the Padrino web framework which adds support for Rails like flash messages

License

Notifications You must be signed in to change notification settings

padrino/padrino-flash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Plugin for the Padrino web framework which adds support for Rails like flash messages

Resources

License

Stars

Watchers

Forks

Packages

No packages published