method
dasherize
rails latest stable - Class:
ActiveSupport::CoreExtensions::String::Inflections
dasherize()public
Replaces underscores with dashes in the string.
"puni_puni" # => "puni-puni"
dasherize()Replaces underscores with dashes in the string.
"puni_puni" # => "puni-puni"