class method
self.new
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
self.new()
No documentation comment.
Source
# File actionview/lib/action_view/rendering.rb, line 31
def initialize
@rendered_format = nil
super
end
Defined in actionview/lib/action_view/rendering.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Rendering