method

index_of

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ActionDispatch::MiddlewareStack
index_of(klass) private

No documentation

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

Hide source
# File actionpack/lib/action_dispatch/middleware/stack.rb, line 182 def index_of(klass) middlewares.index do |m| m.name == klass.name end end
Register or log in to add new notes.