instiki/vendor/rails/activerecord/test/models/event_author.rb
2010-05-25 12:45:45 -05:00

6 lines
85 B
Ruby

class EventAuthor < ActiveRecord::Base
belongs_to :author
belongs_to :event
end