Prevent controller from trying to autoload model

I am a beginning Cake user and trying to do some work on an already existing application. Running into a problem when I create a new controller. I have created StoreController and when I try to call methods inside it I get the error below. There is no table 'stores', but it seems like it's trying to automatically load a model relating to the controller. How can I prevent my application from trying to load a model for this controller?

Missing Database Table
Error: Database table stores for model Store was not found.