class User < ActiveRecord::Base bitmask :music, :as => [:album, :single, :live, :bootleg] has_one :session end