static private Method

Base.action_methods

There's no documentation for this item.

Source Code

# File action_controller/base.rb, line 1198
def self.action_methods
  @action_methods ||= Set.new(public_instance_methods.map(&:to_s)) - hidden_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.