instiki/vendor/rails/activerecord/test/models/organization.rb
Jacques Distler 620052a5ba Whoops!
As usual, forgot to 'bzr add' these.
Completes the upgrade to Rails 2.2.2.
2008-11-24 16:19:37 -06:00

4 lines
119 B
Ruby

class Organization < ActiveRecord::Base
has_many :member_details
has_many :members, :through => :member_details
end