1
0
Fork 0
oldhaven/app/models/user.rb

5 lines
116 B
Ruby
Raw Normal View History

2011-06-21 00:48:53 +00:00
class User < ActiveRecord::Base
2011-09-15 04:35:48 +00:00
bitmask :music, :as => [:album, :single, :live, :bootleg]
2011-06-22 07:23:07 +00:00
has_one :session
2011-06-21 00:48:53 +00:00
end