method
build_template
v6.1.3.1 -
Show latest stable
- Class:
ActionView::UnboundTemplate
build_template(locals)private
No documentation available.
# File actionview/lib/action_view/unbound_template.rb, line 21
def build_template(locals)
options = @options.merge(locals: locals)
Template.new(
@source,
@identifier,
@handler,
**options
)
end