Changing the name of application.rb

Does anyone know how to change the name of the application.rb file in
app/controllers?

I’ve got a model that I would really like to use the name ‘Application’
for, but it’s getting confused with this file. I would really like to
just be able to change the file in app/controllers so I can cleanly have
Application.find … without having to name my model something like
MyApplication or something silly just to have it work.

I’ve been browsing through the Railties initializer, but I don’t see it
implicitly named.

Thanks for the help,
Josh S.