module Grape::API

Public Class Methods

inherited_with_blue_print(klass) click to toggle source
# File lib/blue_print/integration/grape/api.rb, line 7
def inherited_with_blue_print(klass)
  inherited_without_blue_print(klass)
  klass.use BluePrint::Integration::Grape::Middleware
  klass.helpers BluePrint::Integration::Grape::Helper
end