Method: Grape::Router::Route#apply

Defined in:
lib/grape/router/route.rb

#apply(app) ⇒ Object



22
23
24
25
# File 'lib/grape/router/route.rb', line 22

def apply(app)
  @app = app
  self
end