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