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

9 lines
133 B
Ruby
Raw Normal View History

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