class CourseMember < ActiveRecord::Base # attr_accessible :title, :body belongs_to :course, counter_cache: true belongs_to :user belongs_to :course_group, counter_cache: true end