method
dasherize
v1.1.6 -
Show latest stable
- Class:
ActiveSupport::CoreExtensions::String::Inflections
dasherize()public
No documentation available.
# File activesupport/lib/active_support/core_ext/string/inflections.rb, line 32
def dasherize
Inflector.dasherize(self)
end