method
bind_locals
v6.0.0 -
Show latest stable
- Class:
ActionView::UnboundTemplate
bind_locals(locals)public
No documentation available.
# File actionview/lib/action_view/unbound_template.rb, line 16
def bind_locals(locals)
@templates[locals] ||= build_template(locals)
end