class method
self.new
Ruby on Rails 4.2.9
Since v3.1.12Signature
self.new(lookup_context)
No documentation comment.
Parameters
-
lookup_contextreq
Source
# File actionview/lib/action_view/renderer/renderer.rb, line 14
def initialize(lookup_context)
@lookup_context = lookup_context
end
Defined in actionview/lib/action_view/renderer/renderer.rb line 14
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Renderer