Skip to content

Commit 343a639

Browse files
committed
channel class_name
1 parent 6e7a2c9 commit 343a639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cirro_io/client/notifications_broadcast.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module CirroIO
22
module Client
33
class NotificationsBroadcast < Base
4-
has_one :channel
4+
has_one :channel, class_name: 'NotificationsChannel'
55
has_one :worker_filter
66
end
77
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module CirroIO
22
module Client
33
class NotificationsTemplate < Base
4-
has_one :channel
4+
has_one :channel, class_name: 'NotificationsChannel'
55
end
66
end
77
end

0 commit comments

Comments
 (0)