Commit 728e002
committed
Pass for: to Grape::Endpoint.new for Grape HEAD compatibility
Grape HEAD introduced Grape::Endpoint::Options (a Data class) that
requires a :for keyword (the owner API class). Constructing an Endpoint
without it raises ArgumentError: missing keyword: :for.1 parent d08f8ab commit 728e002
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments