module Devise::Generators::ViewPathTemplates

def target_path

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