minor edit

This commit is contained in:
Vijay Dev 2011-09-16 23:22:03 +05:30
parent 9f0db93250
commit 8411f631c4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ In Rails 3.1, the asset pipeline is enabled by default. It can be disabled in +a
config.assets.enabled = false config.assets.enabled = false
</plain> </plain>
You can also disable it when you are creating a new application passing the --skip-sprockets parameter: You can also disable it while creating a new application by passing the <tt>--skip-sprockets</tt> option.
<plain> <plain>
rails new appname --skip-sprockets rails new appname --skip-sprockets