Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding edit/update logic. | Harald Eilertsen | 2018-01-10 | 1 | -0/+20 |
| | | | | The model is not done yet, though. No net on the train. | ||||
* | Move creating post in db to Post model impl. | Harald Eilertsen | 2017-12-23 | 1 | -8/+1 |
| | |||||
* | Implement posts/show handler. | Harald Eilertsen | 2017-12-23 | 1 | -0/+14 |
| | |||||
* | Move implement_responder_for macro into crate. | Harald Eilertsen | 2017-12-23 | 1 | -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 Eilertsen | 2017-12-17 | 1 | -0/+27 |