7 lines
134 B
Ruby
7 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
class LearnedWowPetAbility < ApplicationRecord
|
|
belongs_to :wow_pet
|
|
belongs_to :wow_pet_ability
|
|
end
|