# frozen_string_literal: true module DeviseTokenAuth module Controllers module UrlHelpers def self.define_helpers(mapping) end end end end