module Flashtastic

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/flashtastic.rb, line 7
def self.included(base)
  base.after_filter :flash_to_cookie
end

Public Instance Methods