public Method

ClassMethods.excluded_actions(

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

Source Code

# File action_controller/filters.rb, line 369
def excluded_actions #:nodoc:
  @excluded_actions ||= read_inheritable_attribute("excluded_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.