Skip to content

Commit

Permalink
Fix environment.rb typos. Closes #9859 [fxn, mikong]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7871 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Oct 14, 2007
1 parent 01cfda7 commit a9eaa25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/environments/environment.rb
Expand Up @@ -16,7 +16,7 @@
# Skip frameworks you're not going to use (only works if using vendor/rails) # Skip frameworks you're not going to use (only works if using vendor/rails)
# config.frameworks -= [ :active_resource, :action_mailer ] # config.frameworks -= [ :active_resource, :action_mailer ]


# Only load the plugins named here, in the order given. By default all plugins in vendor/plugins are loaded, in alphabetical order # Only load the plugins named here, in the order given. By default, all plugins in vendor/plugins are loaded in alphabetical order.
# :all can be used as a placeholder for all plugins not explicitly named. # :all can be used as a placeholder for all plugins not explicitly named.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ] # config.plugins = [ :exception_notification, :ssl_requirement, :all ]


Expand Down Expand Up @@ -53,5 +53,5 @@
# See Rails::Configuration for more options # See Rails::Configuration for more options


# Application configuration should go into files in config/initializers # Application configuration should go into files in config/initializers
# -- all .rb files in that directory is automatically loaded # -- all .rb files in that directory are automatically loaded
end end

0 comments on commit a9eaa25

Please sign in to comment.