method
using_js_runtime?
v7.1.3.2 -
Show latest stable
- Class:
ActionText::Generators::InstallGenerator
using_js_runtime?()public
No documentation available.
# File actiontext/lib/generators/action_text/install/install_generator.rb, line 71
def using_js_runtime?
@using_js_runtime ||= Pathname(destination_root).join("package.json").exist?
end