summaryrefslogtreecommitdiff
path: root/config/environment.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-10 12:50:41 +0200
committerhukl <contact@smyck.org>2009-09-10 12:50:41 +0200
commitcc401c9bf20995bc4e02ba835847a7578e727d0c (patch)
tree7222a0c6176f912b24a6be019eea2c588f11c62c /config/environment.rb
parent27fafacabbfa06ee9e74a14ab7687978cbe931e8 (diff)
going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errors
also changing the german error messages to english as the interface is english only so far
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 4f94304..ff2b5ae 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,7 +1,7 @@
1# Be sure to restart your server when you modify this file 1# Be sure to restart your server when you modify this file
2 2
3# Specifies gem version of Rails to use when vendor/rails is not present 3# Specifies gem version of Rails to use when vendor/rails is not present
4RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION 4RAILS_GEM_VERSION = '2.3.3' unless defined? RAILS_GEM_VERSION
5 5
6# Bootstrap the Rails environment, frameworks, and default configuration 6# Bootstrap the Rails environment, frameworks, and default configuration
7require File.join(File.dirname(__FILE__), 'boot') 7require File.join(File.dirname(__FILE__), 'boot')