diff options
author | Juanjo Bazán <jjbazan@gmail.com> | 2012-10-29 11:27:35 +0100 |
---|---|---|
committer | Juanjo Bazán <jjbazan@gmail.com> | 2012-10-29 11:27:35 +0100 |
commit | 0d7dcdcbf4e212fd53ed6c836022db05d0a8229a (patch) | |
tree | 8a0e1de6209e48e92958e171480b882fca714120 | |
parent | 4edea9e82087f5a331a277ee4bf7b01256d11be0 (diff) | |
download | rails-0d7dcdcbf4e212fd53ed6c836022db05d0a8229a.tar.gz rails-0d7dcdcbf4e212fd53ed6c836022db05d0a8229a.tar.bz2 rails-0d7dcdcbf4e212fd53ed6c836022db05d0a8229a.zip |
3.1 and up, in configuring guide.
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index ab2766054b..0b4f183d61 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -133,7 +133,7 @@ These configuration methods are to be called on a `Rails::Railtie` object, such ### Configuring Assets -Rails 3.1, by default, is set up to use the `sprockets` gem to manage assets within an application. This gem concatenates and compresses assets in order to make serving them much less painful. +Rails 3.1 and up, by default, is set up to use the `sprockets` gem to manage assets within an application. This gem concatenates and compresses assets in order to make serving them much less painful. * `config.assets.enabled` a flag that controls whether the asset pipeline is enabled. It is explicitly initialized in `config/application.rb`. |