Remove unused Pet::WARDROBE_PATH constant
Huh, weird! Goodbye!
This commit is contained in:
parent
848e71f16d
commit
ebc01518bd
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ class Pet < ApplicationRecord
|
||||||
PET_VIEWER = RocketAMFExtensions::RemoteGateway.new(GATEWAY_URL).
|
PET_VIEWER = RocketAMFExtensions::RemoteGateway.new(GATEWAY_URL).
|
||||||
service('CustomPetService').action('getViewerData')
|
service('CustomPetService').action('getViewerData')
|
||||||
PET_NOT_FOUND_REMOTE_ERROR = 'PHP: Unable to retrieve records from the database.'
|
PET_NOT_FOUND_REMOTE_ERROR = 'PHP: Unable to retrieve records from the database.'
|
||||||
WARDROBE_PATH = '/wardrobe'
|
|
||||||
|
|
||||||
belongs_to :pet_type
|
belongs_to :pet_type
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue