module Devise::I18n::ViewPathTemplates

def default_target_path

def default_target_path
  @default_target_path ||= "app/views/#{plural_scope || :devise}"
end