padrino / padrino-flash

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License