notebook/app/models/users/contributor.rb
2019-03-01 16:42:27 -06:00

5 lines
84 B
Ruby

class Contributor < ApplicationRecord
belongs_to :universe
belongs_to :user
end