method
using_js_runtime?
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::ChannelGenerator
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