diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-09-16 23:22:03 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-09-16 23:22:50 +0530 |
commit | 8411f631c42de7d6f51d10d997b037b9eff0d1f1 (patch) | |
tree | e1d3b37228ee2b223a669eaccab76a882f0935ad /railties/guides | |
parent | 9f0db93250b74f788b15e7f8e227bd173ba4cf6c (diff) | |
download | rails-8411f631c42de7d6f51d10d997b037b9eff0d1f1.tar.gz rails-8411f631c42de7d6f51d10d997b037b9eff0d1f1.tar.bz2 rails-8411f631c42de7d6f51d10d997b037b9eff0d1f1.zip |
minor edit
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/asset_pipeline.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile index 74dfdfb540..bea5e494d5 100644 --- a/railties/guides/source/asset_pipeline.textile +++ b/railties/guides/source/asset_pipeline.textile @@ -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 </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> rails new appname --skip-sprockets |