Skip to content

Commit 4a45f31

Browse files
authored
Merge pull request rails#52475 from hachi8833/update_getting_started_guide
[skip-ci][docs] Remove 'channels' from getting_started.md
2 parents b8b70ad + 1701c19 commit 4a45f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ of the files and folders that Rails creates by default:
175175

176176
| File/Folder | Purpose |
177177
| ----------- | ------- |
178-
|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.|
178+
|app/|Contains the controllers, models, views, helpers, mailers, jobs, and assets for your application. You'll focus on this folder for the remainder of this guide.|
179179
|bin/|Contains the `rails` script that starts your app and can contain other scripts you use to set up, update, deploy, or run your application.|
180180
|config/|Contains configuration for your application's routes, database, and more. This is covered in more detail in [Configuring Rails Applications](configuring.html).|
181181
|config.ru|Rack configuration for Rack-based servers used to start the application. For more information about Rack, see the [Rack website](https://rack.github.io/).|

0 commit comments

Comments
 (0)