7 lines
119 B
Ruby
7 lines
119 B
Ruby
# frozen_string_literal: true
|
|
|
|
class UserObtainWowPet < ApplicationRecord
|
|
belongs_to :user
|
|
belongs_to :wow_pet
|
|
end
|