Displaying 1 result from an estimated 1 matches for "7e2041f".
Did you mean:
720414
2010 Mar 31
1
[PATCH] Upgrading the server to work with Rails 2.3.4.
...ller.rb | 2 +-
src/config/environment.rb | 2 +-
src/config/initializers/new_rails_defaults.rb | 6 +++++-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/app/controllers/application_controller.rb b/src/app/controllers/application_controller.rb
index 7e2041f..4c4666e 100644
--- a/src/app/controllers/application_controller.rb
+++ b/src/app/controllers/application_controller.rb
@@ -25,7 +25,7 @@ class ApplicationController < ActionController::Base
# FIXME: once all controller classes include this, remove here
include ApplicationService
- init...