1
0
Fork 0
beathaven/app/assets/javascripts/backbone/models/artist.js.coffee

3 lines
97 B
CoffeeScript
Raw Normal View History

2012-09-18 22:40:46 +00:00
class BeatHaven.Models.Artist extends BeatHaven.Modules.ProtectedModel
2012-08-26 23:53:30 +00:00
urlRoot: "/api/artists"