diff --git a/app/models/pet.rb b/app/models/pet.rb index 540a37a3..756e9af3 100644 --- a/app/models/pet.rb +++ b/app/models/pet.rb @@ -1,5 +1,4 @@ require 'rocketamf_extensions/remote_gateway' -require 'ostruct' class Pet < ApplicationRecord NEOPETS_URL_ORIGIN = ENV['NEOPETS_URL_ORIGIN'] || 'https://www.neopets.com'