Remove unused ostruct import
Only noticed it cuz there's a deprecation warning, and so I was like, do we use it? I think not anymore!
This commit is contained in:
parent
23c083ff1d
commit
7ef689d658
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
require 'rocketamf_extensions/remote_gateway'
|
require 'rocketamf_extensions/remote_gateway'
|
||||||
require 'ostruct'
|
|
||||||
|
|
||||||
class Pet < ApplicationRecord
|
class Pet < ApplicationRecord
|
||||||
NEOPETS_URL_ORIGIN = ENV['NEOPETS_URL_ORIGIN'] || 'https://www.neopets.com'
|
NEOPETS_URL_ORIGIN = ENV['NEOPETS_URL_ORIGIN'] || 'https://www.neopets.com'
|
||||||
|
|
Loading…
Reference in a new issue