Skip to content

Commit 6e7a2c9

Browse files
committed
associations
1 parent 50f877c commit 6e7a2c9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module CirroIO
22
module Client
33
class NotificationsBroadcast < Base
4+
has_one :channel
5+
has_one :worker_filter
46
end
57
end
68
end
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module CirroIO
22
module Client
33
class NotificationsTemplate < Base
4+
has_one :channel
45
end
56
end
67
end

0 commit comments

Comments
 (0)