Skip to content

Commit

Permalink
Application settings are specified in application.rb and not environm…
Browse files Browse the repository at this point in the history
…ent.rb
  • Loading branch information
rohitarondekar committed Sep 14, 2010
1 parent d5ef502 commit b59a8d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
<%= app_const %>.configure do
# Settings specified here will take precedence over those in config/environment.rb
# Settings specified here will take precedence over those in config/application.rb

# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
Expand Down
@@ -1,5 +1,5 @@
<%= app_const %>.configure do
# Settings specified here will take precedence over those in config/environment.rb
# Settings specified here will take precedence over those in config/application.rb

# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests
Expand Down
@@ -1,5 +1,5 @@
<%= app_const %>.configure do
# Settings specified here will take precedence over those in config/environment.rb
# Settings specified here will take precedence over those in config/application.rb

# The test environment is used exclusively to run your application's
# test suite. You never need to work with it otherwise. Remember that
Expand Down

0 comments on commit b59a8d4

Please sign in to comment.