Class: TinyMCE::Rails::AssetInstaller::CopyNoPreserve
- Defined in:
- lib/tinymce/rails/asset_installer/copy_no_preserve.rb
Instance Method Summary collapse
Methods inherited from Copy
Constructor Details
This class inherits a constructor from TinyMCE::Rails::AssetInstaller::Copy
Instance Method Details
#copy_assets ⇒ Object
7 8 9 10 |
# File 'lib/tinymce/rails/asset_installer/copy_no_preserve.rb', line 7 def copy_assets logger.info "Copying assets (without preserving modes) to #{File.join(target, "tinymce")}" FileUtils.cp_r(assets, target) end |