Log scrobblings

This commit is contained in:
magnolia-fan
2011-11-29 23:42:21 +04:00
parent 74b5619748
commit 41e9165ff4
12 changed files with 116 additions and 77 deletions
+4
View File
@@ -0,0 +1,4 @@
class Scrobble < ActiveRecord::Base
belongs_to :user
belongs_to :track
end