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

6 lines
160 B
Ruby

class DeityAbility < ApplicationRecord
belongs_to :user, optional: true
belongs_to :deity
belongs_to :ability, class_name: Magic.name, optional: true
end