class Unity < ActiveRecord::Base belongs_to :role belongs_to :group belongs_to :user attr_accessible :role_id, :user_id, :group_id end