# File lib/seamless_database_pool/controller_filter.rb, line 83
    def redirect_to_with_seamless_database_pool(options = {}, response_status = {})
      if SeamlessDatabasePool.read_only_connection_type(nil) == :master
        use_master_db_connection_on_next_request
      end
      redirect_to_without_seamless_database_pool(options, response_status)
    end