module Fullstack module Ckeditor class InstallGenerator < Rails::Generators::NamedBase source_root File.expand_path('../templates', __FILE__) def install_assets directory "ckeditor", Rails.root.join("public", "ckeditor") end end end end