0.01
No commit activity in last 3 years
No release in over 3 years
compatibility module for padrino, to make grape mountable
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

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