diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-15 13:10:50 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:12:21 -0500 |
commit | 0a5eba734e6aa6a6e7e8f64b022af8ea129c9f5d (patch) | |
tree | e6c0c0e6d54e03eecb22af00ba3ec5af1ac71fc2 /config | |
parent | 29643fd6c42bcee5a1d6a4a137256b33996c60f2 (diff) |
add ability to export followers
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index c86194109..08236a5a6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -98,6 +98,7 @@ Rails.application.routes.draw do resource :export, only: [:show, :create] namespace :exports, constraints: { format: :csv } do resources :follows, only: :index, controller: :following_accounts + resources :followers, only: :index, controller: :followers_accounts resources :blocks, only: :index, controller: :blocked_accounts resources :mutes, only: :index, controller: :muted_accounts resources :lists, only: :index, controller: :lists |