Make it easier to add custom routes

Until now, people had to edit the original route files in order to add
custom routes.

This was inconsistent with the other customizations, since we use custom
folders or files for customizing controllers, components, views, ...
(which you usually customize as well when adding a new route).

So now we're providing a file for custom routes, which will make it
easier to know which routes are not present in Consul Democracy by
default.
This commit is contained in:
Javi Martín
2024-09-02 15:06:19 +02:00
parent ee089a5209
commit 9d818b4ec2
10 changed files with 90 additions and 0 deletions

View File

@@ -12,4 +12,5 @@
* [Other Ruby classes (GraphQL, lib, mailers, builders)](ruby.md)
* [Gems](gems.md)
* [Application configuration](application.md)
* [Routes](routes.md)
* [Tests](tests.md)