阅读背景:

Ruby on Rails - 访问引用的连接表的对象

来源:互联网 

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
 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: