diff options
author | Anuj Dutta <anuj@andhapp.com> | 2012-03-28 05:38:11 +0000 |
---|---|---|
committer | Anuj Dutta <anuj@andhapp.com> | 2012-03-28 05:38:11 +0000 |
commit | e7980006d8dba66adcc3c41e0be7a55fcd9b45d3 (patch) | |
tree | ff5702f51cb100e4891350e866f06552a75da284 /guides/code/getting_started/config/environments | |
parent | b42fbd3ecbc3e2c55987e0ae6331443dfd68d5b4 (diff) | |
download | rails-e7980006d8dba66adcc3c41e0be7a55fcd9b45d3.tar.gz rails-e7980006d8dba66adcc3c41e0be7a55fcd9b45d3.tar.bz2 rails-e7980006d8dba66adcc3c41e0be7a55fcd9b45d3.zip |
Changed the config.assets.manifest path in the comments to nil.
Diffstat (limited to 'guides/code/getting_started/config/environments')
-rw-r--r-- | guides/code/getting_started/config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/config/environments/production.rb b/guides/code/getting_started/config/environments/production.rb index cfb8c960d6..ecc35b030b 100644 --- a/guides/code/getting_started/config/environments/production.rb +++ b/guides/code/getting_started/config/environments/production.rb @@ -20,7 +20,7 @@ Blog::Application.configure do # Generate digests for assets URLs. config.assets.digest = true - # Defaults to Rails.root.join("public/assets"). + # Defaults to nil # config.assets.manifest = YOUR_PATH # Specifies the header that your server uses for sending files. |