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