default_middleware_stack() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/application.rb, line 647 def default_middleware_stack # :nodoc: default_stack = DefaultMiddlewareStack.new(self, config, paths) default_stack.build_stack end
Register or log in to add new notes.