test/tmp/app/reflexes/application_reflex.rb in stimulus_reflex-3.5.0.pre0 vs test/tmp/app/reflexes/application_reflex.rb in stimulus_reflex-3.5.0.pre1
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
class ApplicationReflex < StimulusReflex::Reflex
- # Put application-wide Reflex behavior and callbacks in this file.
+ # 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