aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/environments/environment.rb')
-rw-r--r--railties/environments/environment.rb20
1 files changed, 4 insertions, 16 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index 6ffacd4023..162dbb4fe1 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -49,19 +49,7 @@ Rails::Initializer.run do |config|
# config.active_record.default_timezone = :utc
# See Rails::Configuration for more options
-end
-
-# Add new inflection rules using the following format
-# (all these examples are active by default):
-# Inflector.inflections do |inflect|
-# inflect.plural /^(ox)$/i, '\1en'
-# inflect.singular /^(ox)en/i, '\1'
-# inflect.irregular 'person', 'people'
-# inflect.uncountable %w( fish sheep )
-# end
-
-# Add new mime types for use in respond_to blocks:
-# Mime::Type.register "text/richtext", :rtf
-# Mime::Type.register "application/x-mobile", :mobile
-
-# Include your application configuration below
+
+ # Application configuration should go into files in config/initializers
+ # -- all .rb files in that directory is automatically loaded
+end \ No newline at end of file