public Method

ClassMethods.included_actions(

Returns a mapping between filters and the actions that may run them.

Source Code

# File action_controller/filters.rb, line 364
def included_actions #:nodoc:
  @included_actions ||= read_inheritable_attribute("included_actions") || {}
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.