method
identifier_method_name
v4.2.7 -
Show latest stable
- Class:
ActionView::Template
identifier_method_name()protected
No documentation available.
# File actionview/lib/action_view/template.rb, line 327
def identifier_method_name #:nodoc:
inspect.tr('^a-z_', '_')
end