Skip to content

Commit c445482

Browse files
committed
feat: ✨ add handling event persistence
1 parent a3d832e commit c445482

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module Tracking
2+
module Infrastructure
3+
module Persistence
4+
class HandlingEventPersistence < SharedDomain::Infrastructure::Persistence
5+
self.table_name = "tracking_handling_events"
6+
7+
belongs_to :tracking_activity,
8+
class_name: "Tracking::Infrastructure::Persistence::TrackingPersistence"
9+
end
10+
end
11+
end
12+
end
13+

0 commit comments

Comments
 (0)