Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 351 Bytes

padrino-grape

Padrino support gem for make grape mountable

Example

    class TestApi < Grape::API

      # you can extend alike not really mather
      include PadrinoGrape

      # now it's mountable in padrino

    end

TODO

  • make hook for padrino mount method so it will auto exteend grape inherited classes