diff options
Diffstat (limited to 'entity/src/queues.rs')
| -rw-r--r-- | entity/src/queues.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/entity/src/queues.rs b/entity/src/queues.rs index c6116df..af2714c 100644 --- a/entity/src/queues.rs +++ b/entity/src/queues.rs | |||
| @@ -49,10 +49,7 @@ impl Related<super::queue_elements::Entity> for Entity { | |||
| 49 | 49 | ||
| 50 | impl Related<super::users::Entity> for Entity { | 50 | impl Related<super::users::Entity> for Entity { |
| 51 | fn to() -> RelationDef { | 51 | fn to() -> RelationDef { |
| 52 | super::access_to_queue::Relation::Users.def() | 52 | Relation::Users.def() |
| 53 | } | ||
| 54 | fn via() -> Option<RelationDef> { | ||
| 55 | Some(super::access_to_queue::Relation::Queues.def().rev()) | ||
| 56 | } | 53 | } |
| 57 | } | 54 | } |
| 58 | 55 | ||
