method

underscore

underscore()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/inflections.rb, line 28
        def underscore
          Inflector.underscore(self)
        end