Sha256: 64271a3a2d148e36d9d78be98d3bb6b88b0809259cbf7e6518610b0f41fa2d6c

Contents?: true

Size: 331 Bytes

Versions: 4

Compression:

Stored size: 331 Bytes

Contents

# frozen_string_literal: true

class ApplicationReflex < StimulusReflex::Reflex
  # Put application wide Reflex behavior in this file.
  #
  # Example:
  #
  #   # If your ActionCable connection is: `identified_by :current_user`
  #   delegate :current_user, to: :channel
  #
  # Learn more at: https://docs.stimulusreflex.com
end

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
stimulus_reflex-2.1.4 lib/generators/templates/application_reflex.rb
stimulus_reflex-2.1.4 test/tmp/app/reflexes/application_reflex.rb
stimulus_reflex-2.1.3 lib/generators/templates/application_reflex.rb
stimulus_reflex-2.1.3 test/tmp/app/reflexes/application_reflex.rb