Fix conflict methods

This commit is contained in:
magnolia-fan
2011-11-30 11:52:16 +04:00
parent 87dab3df57
commit 8a188cf6bd
4 changed files with 23 additions and 18 deletions
+2
View File
@@ -2,4 +2,6 @@ class User < ActiveRecord::Base
bitmask :music, :as => [:album, :single, :live, :bootleg, :soundtrack]
has_one :session
has_many :favorites
validates_uniqueness_of :vkid
end