class method self.new

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.1.12

Available in: v3.0.20 v3.1.12

Signature

self.new(message = nil)

No documentation comment.

Parameters

message opt = nil
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 8
    def initialize(message = nil)
      super(message || DEFAULT_MESSAGE)
    end

Defined in actionpack/lib/abstract_controller/rendering.rb line 8 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::DoubleRenderError

Type at least 2 characters to search.

↑↓ navigate · open · esc close