Update raid model

To belong to the RaidGroup class
This commit is contained in:
Justin Edmund 2023-06-04 22:55:51 -07:00
parent 09b5d17470
commit 95516837a0

View file

@ -1,6 +1,8 @@
# frozen_string_literal: true # frozen_string_literal: true
class Raid < ApplicationRecord class Raid < ApplicationRecord
belongs_to :group, class_name: 'RaidGroup', foreign_key: :group_id
def blueprint def blueprint
RaidBlueprint RaidBlueprint
end end