Remove unused Pet::WARDROBE_PATH constant

Huh, weird! Goodbye!
This commit is contained in:
Emi Matchu 2024-04-06 02:38:20 -07:00
parent 848e71f16d
commit ebc01518bd

View file

@ -7,7 +7,6 @@ class Pet < ApplicationRecord
PET_VIEWER = RocketAMFExtensions::RemoteGateway.new(GATEWAY_URL).
service('CustomPetService').action('getViewerData')
PET_NOT_FOUND_REMOTE_ERROR = 'PHP: Unable to retrieve records from the database.'
WARDROBE_PATH = '/wardrobe'
belongs_to :pet_type