instance method
using_node?
Ruby on Rails 7.0.10
Since v7.0.10 PrivateSignature
using_node?()
No documentation comment.
Source
# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 98
def using_node?
@using_node ||= root.join("package.json").exist?
end
Defined in actioncable/lib/rails/generators/channel/channel_generator.rb line 98
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::ChannelGenerator