Sha256: f2e5ebc1b2aeb1197561ca6ce7a562e06ba55db62dd008339a22679da14b24c1
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stimulus_reflex-3.5.0.pre9 | test/tmp/app/reflexes/application_reflex.rb |
stimulus_reflex-3.5.0.pre1 | test/tmp/app/reflexes/application_reflex.rb |