class method
self.new
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
self.new(view = nil)
No documentation comment.
Parameters
-
viewopt = nil
Source
# File actionpack/lib/action_view/template_handler.rb, line 26
def initialize(view = nil)
@view = view
end
Defined in actionpack/lib/action_view/template_handler.rb line 26
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TemplateHandler