Sha256: 0f9269a832c8756f32fee3519fae46a894657e646a80127474b8d898e972c2f2
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
require 'cms/module_installation' class BcmsFckeditor::InstallGenerator < Cms::ModuleInstallation source_root File.expand_path("../templates", __FILE__) def create_editable_styles_file_for_customization copy_file 'fckstyles.xml', 'public/bcms_config/fckeditor/fckstyles.xml' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bcms_fckeditor-1.2.0 | lib/generators/bcms_fckeditor/install/install_generator.rb |