Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rightnow/ext/underscore.rb

Instance Method Summary collapse

Instance Method Details

#underscoreObject

apidock.com/rails/String/underscore File activesupport/lib/active_support/core_ext/string/inflections.rb, line 118



23
24
25
# File 'lib/rightnow/ext/underscore.rb', line 23

def underscore
  ActiveSupport::Inflector.underscore(self)
end