]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
make amf_controller use rails objects, and stuff, in the getway method. You need...
[rails.git] / config / environment.rb
index 493e1664e05d8ab33681463a4fd486b660f026aa..436d5961dc46549422d980a336df9139d3141445 100644 (file)
@@ -5,7 +5,7 @@
 ENV['RAILS_ENV'] ||= 'production'
 
 # Specifies gem version of Rails to use when vendor/rails is not present
-#RAILS_GEM_VERSION = '2.0.1' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.0.1' unless defined? RAILS_GEM_VERSION
 
 # Set the server URL
 SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'
@@ -67,3 +67,6 @@ Rails::Initializer.run do |config|
   # Make Active Record use UTC-base instead of local time
   # config.active_record.default_timezone = :utc
 end
+
+
+require 'composite_primary_keys'