Sha256: b32f7e1d4c50722ea84b15a821192cb8de5c8d29ffd1b3d716f5ad558f23a973
Contents?: true
Size: 622 Bytes
Versions: 14
Compression:
Stored size: 622 Bytes
Contents
# frozen_string_literal: true class ApplicationReflex < StimulusReflex::Reflex # Put application-wide Reflex behavior and callbacks in this file. # # Learn more at: https://docs.stimulusreflex.com/rtfm/reflex-classes # # If your ActionCable connection is: `identified_by :current_user` # delegate :current_user, to: :connection # # If you need to localize your Reflexes, you can set the I18n locale here: # # before_reflex do # I18n.locale = :fr # end # # For code examples, considerations and caveats, see: # https://docs.stimulusreflex.com/rtfm/patterns#internationalization end
Version data entries
14 entries across 7 versions & 1 rubygems