chinwagsocial/app/controllers/api/v1/statuses
Matt Jankowski 2925372ff4 Move create/destroy actions for api/v1/statuses to namespace (#3678)
Each of mute, favourite, reblog has been updated to:

- Have a separate controller with just a create and destroy action
- Preserve historical route names to not break the API
- Mild refactoring to break up long methods
2017-06-10 09:39:26 +02:00
..
favourited_by_accounts_controller.rb Move reblogged_by and favourited_by actions out of api/v1/statuses and into unique controllers (#3646) 2017-06-09 14:12:40 -04:00
favourites_controller.rb Move create/destroy actions for api/v1/statuses to namespace (#3678) 2017-06-10 09:39:26 +02:00
mutes_controller.rb Move create/destroy actions for api/v1/statuses to namespace (#3678) 2017-06-10 09:39:26 +02:00
reblogged_by_accounts_controller.rb Move reblogged_by and favourited_by actions out of api/v1/statuses and into unique controllers (#3646) 2017-06-09 14:12:40 -04:00
reblogs_controller.rb Move create/destroy actions for api/v1/statuses to namespace (#3678) 2017-06-10 09:39:26 +02:00