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