def custom_map_back(dest, custom_method = nil, options = {}, &block)
        if custom_method.is_a?(Hash)
          options = custom_method
          custom_method = nil
        end