Padrino support gem for make grape mountable
class TestApi < Grape::API
# you can extend alike not really mather
include PadrinoGrape
# now it's mountable in padrino
end
- make hook for padrino mount method so it will auto exteend grape inherited classes