class Tinymce::Generators::InstallGenerator
Public Instance Methods
load_tinymce()
click to toggle source
# File lib/generators/tinymce/install/install_generator.rb, line 8 def load_tinymce inject_into_file "app/assets/javascripts/application.js", "//= require tinymce.min\n", before: "//= require_tree" end