Module: PadrinoGrape

Defined in:
lib/padrino-grape/extend.rb

Defined Under Namespace

Modules: Extend

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



37
38
39
40
# File 'lib/padrino-grape/extend.rb', line 37

def self.extended base
  base.__send__ :extend, ::PadrinoGrape::Extend
  base.__send__ :setup_application!
end

.included(base) ⇒ Object



42
43
44
45
# File 'lib/padrino-grape/extend.rb', line 42

def self.included base
  base.__send__ :extend, ::PadrinoGrape::Extend
  base.__send__ :setup_application!
end