method
identifier_method_name
v4.0.2 -
Show latest stable
- Class:
ActionView::Template
identifier_method_name()protected
No documentation available.
# File actionpack/lib/action_view/template.rb, line 335
def identifier_method_name #:nodoc:
inspect.gsub(/[^a-z_]/, '_')
end