notebook/app/models/contributor.rb
2017-08-15 01:41:43 +02:00

5 lines
85 B
Ruby

class Contributor < ActiveRecord::Base
belongs_to :universe
belongs_to :user
end