class method
self.new
Ruby on Rails 6.0.6
Since v3.0.20Signature
self.new(message = nil)
No documentation comment.
Parameters
-
messageopt = nil
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 12
def initialize(message = nil)
super(message || DEFAULT_MESSAGE)
end
Defined in actionpack/lib/abstract_controller/rendering.rb line 12
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::DoubleRenderError