instance method
inherited
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.1.12Available in: v3.0.20 v3.1.12
Signature
inherited(klass)
No documentation comment.
Parameters
-
klassreq
Source
# File actionpack/lib/action_controller/metal/hide_actions.rb, line 31
def inherited(klass)
klass.class_eval { @visible_actions = {} }
super
end
Defined in actionpack/lib/action_controller/metal/hide_actions.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::HideActions::ClassMethods