rails/activerecord/test/models/student.rb
Edward Faulkner 909588d964 Fixing ordering of HABTM association deletion [#6191 state:resolved]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-02-04 19:39:59 -02:00

4 lines
74 B
Ruby

class Student < ActiveRecord::Base
has_and_belongs_to_many :lessons
end