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