module FlushingFlash::ActionControllerMethods
Public Class Methods
included(base)
click to toggle source
# File lib/flushing-flash/action_controller_methods.rb, line 3 def self.included(base) base.extend ClassMethods base.send :include, InstanceMethods base.send(:helper_method, :pull_flash) end