Sha256: 248aa4415918de7af29a081da12f12a02d213b3328a5743bdeed7fcce52e4711
Contents?: true
Size: 207 Bytes
Versions: 56
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true module Motor class NotificationsChannel < ::Motor::ApplicationCable::Channel def subscribed stream_for current_user if respond_to?(:current_user) end end end
Version data entries
56 entries across 56 versions & 6 rubygems