From cc26323beb2d1f4027d4185dd2b9e23d1ab96fba Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Tue, 3 Aug 2010 10:33:59 +1200 Subject: [PATCH] It's been long enough, goodbye application.rb This was to make Refinery work under older versions of Phusion Passenger and should no longer be required. Put it back manually if your project requires it. --- app/controllers/application.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 app/controllers/application.rb diff --git a/app/controllers/application.rb b/app/controllers/application.rb deleted file mode 100644 index f6200511b9..0000000000 --- a/app/controllers/application.rb +++ /dev/null @@ -1,3 +0,0 @@ -# This file is here to support web servers who load Rails in the old fashion e.g. some builds of Phusion Passenger. -# This will simply load the application controller using the new style if this file is ever loaded. -require_dependency 'application_controller'