From be01aa6c9b4adb4f95b2c86b13959d1bab16bc58 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Mon, 10 Oct 2011 08:42:47 +1100 Subject: [engines guide] amend two TODOs for further things in this guide --- railties/guides/source/engines.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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? -- cgit v1.2.3