aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-07-19 23:44:06 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-07-20 00:03:28 +0530
commit4a54e404882708ee8b691ec8de9b663954f8b683 (patch)
tree59f3802b1ae23450b603cefd61d9435f929ccced
parent4719543c80a243655b584f512f333818638089cb (diff)
downloadrails-4a54e404882708ee8b691ec8de9b663954f8b683.tar.gz
rails-4a54e404882708ee8b691ec8de9b663954f8b683.tar.bz2
rails-4a54e404882708ee8b691ec8de9b663954f8b683.zip
Fixing the incorrect change made in bae54c5
-rw-r--r--railties/guides/source/asset_pipeline.textile5
1 files changed, 1 insertions, 4 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile
index 9f80a5e96c..8b3550b4b7 100644
--- a/railties/guides/source/asset_pipeline.textile
+++ b/railties/guides/source/asset_pipeline.textile
@@ -405,7 +405,4 @@ A good example of this is the +jquery-rails+ gem which comes with Rails as the s
h3. Making Your Library or Gem a Pre-Processor
-"You should be able to register [your gems] on "Tilt":Tilt and Sprockets will find them." - Josh
-[Tilt]https://github.com/rtomayko/tilt
-
-
+TODO: Registering gems on "Tilt":https://github.com/rtomayko/tilt enabling Sprockets to find them.