class ActionController::MiddlewareStack::Middleware

def valid?(action)

def valid?(action)
  @strategy.call @actions, action
end