diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 13:51:35 +1100 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 13:51:35 +1100 |
commit | aab76ce199e14ad86ead6a45c60de297f60b1df6 (patch) | |
tree | d5e810c80223958faf3205bf10ba057cb489a4bb | |
parent | e4a9af186a7316e2de018ff9306442b9fe0f2400 (diff) | |
download | rails-aab76ce199e14ad86ead6a45c60de297f60b1df6.tar.gz rails-aab76ce199e14ad86ead6a45c60de297f60b1df6.tar.bz2 rails-aab76ce199e14ad86ead6a45c60de297f60b1df6.zip |
There is no more routes_configuration_file method.
-rw-r--r-- | railties/guides/source/configuring.textile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index e39ccbc4b8..5ee8d0d0a3 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -39,8 +39,6 @@ Rails will use that particular setting to configure Active Record. h4. Rails General Configuration -* +config.routes_configuration_file+ overrides the default path for the routes configuration file. This defaults to +config/routes.rb+. - * +config.cache_classes+ controls whether or not application classes should be reloaded on each request. * +config.cache_store+ configures which cache store to use for Rails caching. Options include +:memory_store+, +:file_store+, +:mem_cache_store+ or the name of your own custom class. |