docs add more docs to app/{jobs,logical}.

These were missed in the last commit.
This commit is contained in:
evazion
2021-06-27 18:12:58 -05:00
parent fef5f238a5
commit ad4c75eb1a
16 changed files with 36 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ Each controller action above corresponds to an URL:
| BansController#update | PUT https://danbooru.donmai.us/bans/1234 | PUT /bans/:id | | |
| BansController#destroy | DELETE https://danbooru.donmai.us/bans/1234 | DELETE /bans/:id | | |
These routes are defined in [config/routes.rb](../config/routes.rb).
These routes are defined in [config/routes.rb](../../config/routes.rb).
# Authorization