Add support for custom route names
hedgesky opened this issue · 4 comments
hedgesky commented
Something similar to Rails' as
option:
get :users, as: :members do
...
end
P.S. I guess you won the competition in spite of I published my version today, too :)
reprah commented
Good idea, I really liked this part of your implementation.
I'll take a closer look at your gem too. Are you interested in any collaboration?
hedgesky commented
Yes, I am. Our gems are rather different, so it would be difficult to reuse any part of my gem in your one, but I'll try to offer something when I have enough spare time.
reprah commented
I added custom routes to a new version I just pushed! Closing this ticket, thank you for making it.
hedgesky commented
👏