We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d832e commit c445482Copy full SHA for c445482
app/bounded_contexts/tracking/infrastructure/persistence/handling_event_persistence.rb
@@ -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
11
12
+end
13
0 commit comments