# File lib/seamless_database_pool/controller_filter.rb, line 77
    def process_with_seamless_database_pool(action, *args)
      set_read_only_connection_for_block(action) do
        process_without_seamless_database_pool(action, *args)
      end
    end