Flowdock
method

dasherize

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActiveSupport::Inflector
dasherize(underscored_word) public

Replaces underscores with dashes in the string.

Example:

"puni_puni" # => "puni-puni"
Show source
Register or log in to add new notes.