Skip to content

Commit c87187f

Browse files
committed
Merge pull request #1053 from reprah/add-route-helpers-to-readme
Add a link to grape-route-helpers gem in the README
2 parents fcb7afa + ab9d07f commit c87187f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- [Headers](#headers)
4141
- [Routes](#routes)
4242
- [Helpers](#helpers)
43+
- [Path Helpers](#path-helpers)
4344
- [Parameter Documentation](#parameter-documentation)
4445
- [Cookies](#cookies)
4546
- [HTTP Status Code](#http-status-code)
@@ -1265,6 +1266,10 @@ class API < Grape::API
12651266
end
12661267
```
12671268

1269+
## Path Helpers
1270+
1271+
If you need methods for generating paths inside your endpoints, please see the [grape-route-helpers](https://github.com/reprah/grape-route-helpers) gem.
1272+
12681273
## Parameter Documentation
12691274

12701275
You can attach additional documentation to `params` using a `documentation` hash.

0 commit comments

Comments
 (0)