instance method using_js_runtime?

Ruby on Rails 7.1.6

Since v7.1.6 Private

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

using_js_runtime?()

No documentation comment.

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

Defined in actioncable/lib/rails/generators/channel/channel_generator.rb line 101 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Generators::ChannelGenerator

Type at least 2 characters to search.

↑↓ navigate · open · esc close