LoadError (Expected websites_controller.rb to define WebsitesController)

Hi,

I just removed all my RoR files on my web server and re uploaded them
again because I made so many changes to my application. Now all of a
sudden, I’m getting the LoadError (Expected websites_controller.rb to
define WebsitesController). But this is the first line of my
websites_controller.rb:

class WebsitesController < ApplicationController

Any ideas why I might be getting such a crazy error? My application
worked fine in the past.

-Ryan