Sha256: fa358d7a5668a1f7d88cf0c8d6f6fc9b284cac45cb5e0b89a178691320f4cd19
Contents?: true
Size: 225 Bytes
Versions: 5
Compression:
Stored size: 225 Bytes
Contents
module Nifval class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def copy_locale_file copy_file 'en.yml', 'config/locales/nifval.en.yml' end end end
Version data entries
5 entries across 5 versions & 1 rubygems