diff options
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/api_app.textile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/api_app.textile b/railties/guides/source/api_app.textile index 6bc317955a..6c12b2a6dd 100644 --- a/railties/guides/source/api_app.textile +++ b/railties/guides/source/api_app.textile @@ -7,8 +7,6 @@ In this guide you will learn: * How to decide which middlewares you will want to include * How to decide which modules to use in your controller -NOTE: This guide reflects features that have not yet been fully implemented. Docs first :) - endprologue. h3. What is an API app? |