Importing favorites from vkontakte

This commit is contained in:
magnolia-fan
2011-11-30 03:08:00 +04:00
parent 41e9165ff4
commit f8d86216c8
4 changed files with 58 additions and 8 deletions
+1
View File
@@ -1,4 +1,5 @@
class User < ActiveRecord::Base
bitmask :music, :as => [:album, :single, :live, :bootleg, :soundtrack]
has_one :session
has_many :favorites
end