module Routes
    module Copy
      def copy_endpoint(options = {})
        [:post, copy_url(options)]
      end