# File lib/seamless_database_pool/controller_filter.rb, line 32
      def seamless_database_pool_options
        return @seamless_database_pool_options if @seamless_database_pool_options
        @seamless_database_pool_options = superclass.seamless_database_pool_options.dup if superclass.respond_to?(:seamless_database_pool_options)
        @seamless_database_pool_options ||= {}
      end