method
dasherize
Ruby on Rails latest stable (v2.1.0)
-
0 notes -
Class: ActiveSupport::CoreExtensions::String::Inflections
dasherize()
public
Replaces underscores with dashes in the string.
"puni_puni" # => "puni-puni"

