method
build_method_name
v3.0.9 -
Show latest stable
- Class:
ActionView::Template
build_method_name(locals)private
No documentation available.
# File actionpack/lib/action_view/template.rb, line 273
def build_method_name(locals)
@method_names[locals.keys.hash] ||= "_#{identifier_method_name}__#{@identifier.hash}_#{__id__}_#{locals.keys.hash}".gsub('-', "_")
end