method

identifier_method_name

identifier_method_name()
private

No documentation available.

# File actionpack/lib/action_view/template.rb, line 277
      def identifier_method_name
        @identifier_method_name ||= inspect.gsub(/[^a-z_]/, '_')
      end