Sha256: 238160f0626d5f1225b94c816381e7ae0b826b15aa8db07832ad2bb3b39f74f4

Contents?: true

Size: 369 Bytes

Versions: 3

Compression:

Stored size: 369 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
stimulus_reflex-3.5.0.pre1 lib/generators/stimulus_reflex/templates/app/reflexes/application_reflex.rb.tt
stimulus_reflex-3.5.0.pre0 lib/generators/stimulus_reflex/templates/app/reflexes/application_reflex.rb.tt
stimulus_reflex-3.5.0.pre0 test/tmp/app/reflexes/application_reflex.rb