class Pettanr.LicenseGroup extends Peta.Template url: '/license_groups/' @singular: () -> 'LicenseGroup' @plural: () -> 'LicenseGroups' defaults: { id: null } initialize: (attr = {}, options = {}) -> super(attr, options) if @id @url = @url + @id