Class: RemoteI18nExtensionHcc::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/remote-I18n-extension-hcc/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_configObject



9
10
11
# File 'lib/generators/remote-I18n-extension-hcc/install_generator.rb', line 9

def copy_config
  template 'remote-I18n-extension-hcc-config.rb', "#{Rails.root}/config/remote-I18n-extension-hcc.rb"
end