class method
self.new
Ruby on Rails 8.1.2
Since v3.2.22.5Signature
self.new(lookup_context, options)
No documentation comment.
Parameters
-
lookup_contextreq -
optionsreq
Source
# File actionview/lib/action_view/renderer/partial_renderer.rb, line 239
def initialize(lookup_context, options)
super(lookup_context)
@options = options
@locals = @options[:locals] || {}
@details = extract_details(@options)
end
Defined in actionview/lib/action_view/renderer/partial_renderer.rb line 239
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::PartialRenderer