summaryrefslogtreecommitdiff
path: root/doc/development/routing.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix spacing of code blocksMarcel Amirault2019-07-091-12/+22
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Add developmenty documentation about routingDmitriy Zaporozhets2019-05-271-0/+63
Explain and recommend developers to use `/-/` scope for group and project routes in Rails Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>