instance method
install_editor
Ruby on Rails edge
Since edgeSignature
install_editor()
No documentation comment.
Source
# File actiontext/lib/generators/action_text/install/install_generator.rb, line 17
def install_editor
return unless using_js_runtime?
editor = options[:editor]
say "Installing #{editor} JavaScript dependency", :green
run package_add_command(editor)
end
Defined in actiontext/lib/generators/action_text/install/install_generator.rb line 17
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Generators::InstallGenerator