method

create_shared_channel_javascript_files

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ChannelGenerator
create_shared_channel_javascript_files() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 52
        def create_shared_channel_javascript_files
          template "javascript/index.js", "app/javascript/channels/index.js"
          template "javascript/consumer.js", "app/javascript/channels/consumer.js"
        end
Register or log in to add new notes.