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

5 lines
129 B
Ruby
Raw Normal View History

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