diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 14:08:26 +1100 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 14:08:26 +1100 |
commit | 9a4d6724573470d74ef9ef4572dbe04a1b5d9b4a (patch) | |
tree | 7859a06dc4bd73148b5779a6bbda88504abc15e4 /railties | |
parent | 69ae74210c6b49219b97a8e2e2711a81a523d8b8 (diff) | |
download | rails-9a4d6724573470d74ef9ef4572dbe04a1b5d9b4a.tar.gz rails-9a4d6724573470d74ef9ef4572dbe04a1b5d9b4a.tar.bz2 rails-9a4d6724573470d74ef9ef4572dbe04a1b5d9b4a.zip |
There is no view_path config option in Rails 3
Diffstat (limited to 'railties')
-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 eee46b47ea..e614d232fe 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -67,8 +67,6 @@ h4. Rails General Configuration * +config.time_zone+ sets the default time zone for the application and enables time zone awareness for Active Record. -* +config.view_path+ sets the path of the root of an application's views. Defaults to +app/views+. - * +config.whiny_nils+ enables or disabled warnings when an methods of nil are invoked. Defaults to _false_. h4. Configuring i18n |