Class: EspCkeditor::InstallConfigGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/esp_ckeditor/install_config_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_configObject



6
7
8
# File 'lib/generators/esp_ckeditor/install_config_generator.rb', line 6

def copy_config
  copy_file 'custom_config.js', 'vendor/assets/javascripts/esp_ckeditor_custom_config.js'
end