aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2011-10-10 08:42:47 +1100
committerRyan Bigg <radarlistener@gmail.com>2011-10-10 21:04:26 +1100
commitbe01aa6c9b4adb4f95b2c86b13959d1bab16bc58 (patch)
tree0b5b4d83e02ee6dc5d9b4ebc95c57fbbcd6a4512
parent9e6d43f9c9d7973aee9e1219aac00df3d3f49205 (diff)
downloadrails-be01aa6c9b4adb4f95b2c86b13959d1bab16bc58.tar.gz
rails-be01aa6c9b4adb4f95b2c86b13959d1bab16bc58.tar.bz2
rails-be01aa6c9b4adb4f95b2c86b13959d1bab16bc58.zip
[engines guide] amend two TODOs for further things in this guide
-rw-r--r--railties/guides/source/engines.textile3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/guides/source/engines.textile b/railties/guides/source/engines.textile
index b495b175e3..f53611c310 100644
--- a/railties/guides/source/engines.textile
+++ b/railties/guides/source/engines.textile
@@ -196,7 +196,7 @@ h4. Generating a comments resource
TODO: Generate a comments scaffold (maybe?) for the engine
-TODO: Mention usage of `rails s` and `rails c` within the context of an engine.
+TODO: Mention usage of `rails c` within the context of an engine.
h3. Hooking into application
@@ -206,4 +206,5 @@ h3. Overriding engine functionality
TODO: Cover how to override engine functionality in the engine, such as controllers and views.
IDEA: I like Devise's +devise :controllers => { "sessions" => "sessions" }+ idea. Perhaps we could incorporate that into the guide?
+TODO: Mention how to use assets within an engine?