notebook/app/models/users/contributor.rb
2019-12-15 12:36:19 -06:00

5 lines
100 B
Ruby

class Contributor < ApplicationRecord
belongs_to :universe
belongs_to :user, optional: true
end