class Fullstack::Ckeditor::InstallGenerator

Public Instance Methods

install_assets() click to toggle source
# File lib/generators/fullstack/ckeditor/install_generator.rb, line 6
def install_assets
  directory "ckeditor", Rails.root.join("public", "ckeditor")
end