diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-12-15 14:02:25 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-12-15 14:02:25 +0900 |
commit | 597b941930af87a4bfe9d1cdb05578091eb83735 (patch) | |
tree | 87ec9f38a7d6d564a974546d4690fad1112fd777 /guides/source | |
parent | f4b775ae488c6ffc8cae0273c6e338f5116a92fe (diff) | |
download | rails-597b941930af87a4bfe9d1cdb05578091eb83735.tar.gz rails-597b941930af87a4bfe9d1cdb05578091eb83735.tar.bz2 rails-597b941930af87a4bfe9d1cdb05578091eb83735.zip |
[ci skip] Add missing **DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.**
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/action_cable_overview.md | 2 | ||||
-rw-r--r-- | guides/source/api_app.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index 1a86b1fcbb..c250db2e0c 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -1,3 +1,5 @@ +**DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.** + Action Cable Overview ===================== diff --git a/guides/source/api_app.md b/guides/source/api_app.md index b360f270d7..b4d90d31de 100644 --- a/guides/source/api_app.md +++ b/guides/source/api_app.md @@ -1,6 +1,5 @@ **DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.** - Using Rails for API-only Applications ===================================== |