method

identifier_method_name

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