I am trying to access the store collection in a component's config/initializers/boot.rb file to declare some middleware to blacklist an array of IP addresses. Unfortunately I am getting an error of:
#<NameError: undefined local variable or method `store' for main:Object>
Is it possible to access the store collection here?