method

using_js_runtime?

using_js_runtime?()
private

No documentation available.

# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 103
        def using_js_runtime?
          @using_js_runtime ||= root.join("package.json").exist?
        end