instance method
prepare_controller_class
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v4.1.16Signature
prepare_controller_class(new_class)
No documentation comment.
Parameters
-
new_classreq
Source
# File actionpack/lib/action_controller/test_case.rb, line 399
def prepare_controller_class(new_class)
new_class.send :include, ActionController::TestCase::RaiseActionExceptions
end
Defined in actionpack/lib/action_controller/test_case.rb line 399
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::TestCase::Behavior::ClassMethods