mastodon/app/controllers
Matt Jankowski 8bac0350d1 Restful refactor of accounts/ routes (#2133)
* Add routing specs for accounts followers and following actions

* Use more restful route naming for public account follow pages

Moves two actions:
- accounts#followers to accounts/follower_accounts#index
- accounts#following to accounts/following_accounts#index

Adds routing spec to ensure prior URLs are preserved.
2017-04-19 13:52:37 +02:00
..
admin
api
auth
concerns Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
oauth
settings
well_known
about_controller.rb
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
accounts_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
api_controller.rb
application_controller.rb
authorize_follow_controller.rb
follower_accounts_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
following_accounts_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
home_controller.rb
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb