about summary refs log tree commit diff stats
path: root/app/models/update.rb
Commit message (Collapse)AuthorAgeFilesLines
* Abstracted Recordable concernKelly Rauchenberger2018-07-061-3/+2
| | | | Blogs, streams, and updates are all recordable, and there's no need to repeat code in the models for this.
* Implemented streamsKelly Rauchenberger2018-07-031-0/+12
Currently there are no links to the pages for editing stream updates, and the admin panel for managing streams could probably have a better look & feel, but here's some basic working functionality. refs #8