mastodon/app/views/api/v1/timelines/base/show.rabl
Matt Jankowski 4289ed1d13 Refactor of API timeline actions (#3263)
- Increase coverage to exercise all parts of each action
- Move into namespace to share common code
- Misc refactor of each action for smaller methods, simpler code
2017-05-23 18:11:39 +02:00

3 lines
53 B
Ruby

collection @statuses
extends('api/v1/statuses/show')