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