aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/film.rs
Commit message (Expand)AuthorAgeFilesLines
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-281-1/+1
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-081-17/+1
* Add models::film::by_title and models::room::by_name methods.Harald Eilertsen2019-04-081-0/+7
* Add route to fetch films from database.Harald Eilertsen2019-04-021-0/+43