aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2011-10-19 18:26:19 +1100
committerRyan Bigg <radarlistener@gmail.com>2011-10-20 08:48:05 +1100
commit9694ca1a3bd070886802a6b9f7532adfe5b60cc4 (patch)
treec07dc28e473318c9f1ac3a2c1928503dafd708f8 /railties/guides
parent930dc335d7067b17191257faf03fcecba3351caa (diff)
downloadrails-9694ca1a3bd070886802a6b9f7532adfe5b60cc4.tar.gz
rails-9694ca1a3bd070886802a6b9f7532adfe5b60cc4.tar.bz2
rails-9694ca1a3bd070886802a6b9f7532adfe5b60cc4.zip
[engines guide] mention that we cover similar ground to the Getting Started Guide
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/engines.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/engines.textile b/railties/guides/source/engines.textile
index 6e27d823a7..73bbe486e5 100644
--- a/railties/guides/source/engines.textile
+++ b/railties/guides/source/engines.textile
@@ -98,7 +98,7 @@ Also in the test directory is the +test/integration+ directory, where integratio
h3. Providing engine functionality
-The engine that this guide covers will provide posting and commenting functionality.
+The engine that this guide covers will provide posting and commenting functionality and follows a similar thread to the "Getting Started Guide":getting-started.html, with some new twists.
h4. Generating a post resource