class Identity::LocalesGenerator

Public Instance Methods

copy_locale() click to toggle source
# File lib/generators/identity/locales_generator.rb, line 4
def copy_locale
  copy_file("#{name}.yml", Rails.root.join("config", "locales", "whoami.views.#{name}.yml"))
end