class method
self.included
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v3.2.22.5Signature
self.included(base)
No documentation comment.
Parameters
-
basereq
Source
# File actionpack/lib/action_controller/test_case.rb, line 135
def self.included(base)
base.class_eval do
attr_accessor :exception
protected :exception, :exception=
end
end
Defined in actionpack/lib/action_controller/test_case.rb line 135
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::TestCase::RaiseActionExceptions