instiki/vendor/rails/activerecord/test/models/event_author.rb

6 lines
85 B
Ruby
Raw Normal View History

2010-05-25 19:45:45 +02:00
class EventAuthor < ActiveRecord::Base
belongs_to :author
belongs_to :event
end