method
first_setup_required?
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::ChannelGenerator
first_setup_required?()private
No documentation available.
# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 95
def first_setup_required?
!root.join("app/javascript/channels/index.js").exist?
end