aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers/screening.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-04-08 16:25:54 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-04-08 16:25:54 +0200
commit30f65b62e84fcd9975643716d61fa21bc8495291 (patch)
tree28839044ab6acac3d94f0b0280c036b16d3bfddf /src/controllers/screening.rs
parentad0e585abed7a189b6117e9187c9afff809d1414 (diff)
downloadramaskrik-social-30f65b62e84fcd9975643716d61fa21bc8495291.tar.gz
ramaskrik-social-30f65b62e84fcd9975643716d61fa21bc8495291.tar.bz2
ramaskrik-social-30f65b62e84fcd9975643716d61fa21bc8495291.zip
Import model structs to main models module.
Diffstat (limited to 'src/controllers/screening.rs')
-rw-r--r--src/controllers/screening.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/screening.rs b/src/controllers/screening.rs
index 622e9cb..29b6afa 100644
--- a/src/controllers/screening.rs
+++ b/src/controllers/screening.rs
@@ -18,7 +18,7 @@
use crate::{
db,
- models::{screening::Screening, film::Film, room::Room},
+ models::{Film, Room, Screening},
};
use rocket::get;