From 886bd9df9570a32705225796bbccd98279966aa5 Mon Sep 17 00:00:00 2001 From: Francis Go Date: Thu, 12 May 2016 00:17:17 +1000 Subject: Getting Started Guide: Add channels and jobs to app purpose table [ci skip] --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index b1bce0f043..95080570d0 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -164,7 +164,7 @@ of the files and folders that Rails created by default: | File/Folder | Purpose | | ----------- | ------- | -|app/|Contains the controllers, models, views, helpers, mailers and assets for your application. You'll focus on this folder for the remainder of this guide.| +|app/|Contains the controllers, models, views, helpers, mailers, channels, jobs and assets for your application. You'll focus on this folder for the remainder of this guide.| |bin/|Contains the rails script that starts your app and can contain other scripts you use to setup, update, deploy or run your application.| |config/|Configure your application's routes, database, and more. This is covered in more detail in [Configuring Rails Applications](configuring.html).| |config.ru|Rack configuration for Rack based servers used to start the application.| -- cgit v1.2.3