Sha256: 74d1ab7c95138759cb68d1c502abe4c75fbfc08daac7d89319c461c24b47893a

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

module DeviseCertifiable
  module Generators
    class InstallGenerator < Rails::Generators::Base
      source_root File.expand_path("../../templates", __FILE__)
      
      def copy_locale
        copy_file "../../../config/locales/en.yml", "config/locales/devise_certifiable.en.yml"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise_certifiable-0.1.0 lib/generators/devise_certifiable/install_generator.rb