Ruby on rails 活动记录外键关联

Ruby on rails 活动记录外键关联,ruby-on-rails,ruby,activerecord,Ruby On Rails,Ruby,Activerecord,我有以下两种型号: class Game << ActiveRecord::Base has_many :bells end class Bell << ActiveRecord::Base belongs_to :game end 班级游戏试试看 class-Bell

我有以下两种型号:

class Game << ActiveRecord::Base
  has_many :bells
end

class Bell << ActiveRecord::Base
  belongs_to :game
end
班级游戏试试看

class-Bell
注意

class Bell < ActiveRecord::Base