7 lines
136 B
Ruby
7 lines
136 B
Ruby
# frozen_string_literal: true
|
|
|
|
class WowCovenantProgress < ApplicationRecord
|
|
belongs_to :wow_character
|
|
belongs_to :wow_covenant
|
|
end
|