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