method

using_js_runtime?

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