rating.rb
class Rating < ActiveRecord::Base
belongs_to :vote
belongs_to :student
belongs_to :course_textbook
validates_presence_of :vote, :student
end
class Rating < ActiveRecord::Base
rating.rb
class Rating < ActiveRecord::Base
belongs_to :vote
belongs_to :student
belongs_to :course_textbook
validates_presence_of :vote, :student
end
class Rating < ActiveRecord::Base