instance method build

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

build(app)

No documentation comment.

Parameters

app req
Source
# File actionpack/lib/action_controller/middleware_stack.rb, line 115
    def build(app)
      active.reverse.inject(app) { |a, e| e.build(a) }
    end

Defined in actionpack/lib/action_controller/middleware_stack.rb line 115 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::MiddlewareStack

Type at least 2 characters to search.

↑↓ navigate · open · esc close