// Generated by CoffeeScript 1.3.0 String.prototype.dasherize = function() { return this.replace(/_/g, "-"); };