notebook/app/models/page_groupers/group_creature.rb
2020-04-24 02:16:05 -05:00

6 lines
138 B
Ruby

class GroupCreature < ApplicationRecord
belongs_to :group
belongs_to :creature, optional: true
belongs_to :user, optional: true
end