aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammad Typaldos <mohammad.elabid@gmail.com>2011-06-09 03:57:55 -0400
committerMohammad Typaldos <mohammad.elabid@gmail.com>2011-06-09 03:57:55 -0400
commit45a5201b8697e3af13450e2672faf2daae5e5756 (patch)
tree65707e80844c31c9e4d5ef28964be16648fb4041
parentfe2482e50b1eebc12025d4c39c94e33dca8e95a8 (diff)
downloadrails-45a5201b8697e3af13450e2672faf2daae5e5756.tar.gz
rails-45a5201b8697e3af13450e2672faf2daae5e5756.tar.bz2
rails-45a5201b8697e3af13450e2672faf2daae5e5756.zip
Match tone already established
-rw-r--r--railties/guides/source/asset_pipeline.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile
index a8373087d9..c12bc3d1dc 100644
--- a/railties/guides/source/asset_pipeline.textile
+++ b/railties/guides/source/asset_pipeline.textile
@@ -32,7 +32,7 @@ Sprockets, the rails tie that powers the asset pipeline, provides three directiv
The require directive loads a file with the supplied basename from the following paths: app/assets/*, lib/assets/*, vendor/assets/*, as well as any of your gem's asset files.
-Using the +require_tree+ directive you can easily include an entire folder of assets. The paths must be relative, so begin them with either a forward slash or dots. For example to include a folder in the same directory I would do +require_tree ./folder_name+
+Using the +require_tree+ directive you can easily include an entire folder of assets. The paths must be relative, so begin them with either a forward slash or dots. For example to include a folder in the same directory you would do +require_tree ./folder_name+
Require self does... something