aboutsummaryrefslogtreecommitdiffstats
path: root/src/posts.rs
Commit message (Collapse)AuthorAgeFilesLines
* Adding edit/update logic.Harald Eilertsen2018-01-101-0/+20
| | | | The model is not done yet, though. No net on the train.
* Move creating post in db to Post model impl.Harald Eilertsen2017-12-231-8/+1
|
* Implement posts/show handler.Harald Eilertsen2017-12-231-0/+14
|
* Move implement_responder_for macro into crate.Harald Eilertsen2017-12-231-0/+2
| | | | | This is so we can use it in other modules too. Besides it makes things slightly cleaner.
* Move posts module to it's own source file.Harald Eilertsen2017-12-171-0/+27