Flowdock
method

included

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::Flash
included(base) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/flash.rb, line 27
    def self.included(base)
      base.class_eval do
        include InstanceMethods
        alias_method_chain :assign_shortcuts, :flash
        alias_method_chain :process_cleanup,  :flash
        alias_method_chain :reset_session,    :flash
      end
    end
Register or log in to add new notes.