Remove exports/base controller in favor of shared concern (#3444)
This commit is contained in:
committed by
Eugen Rochko
parent
23081bb299
commit
0ebe7d6d23
@ -2,7 +2,13 @@
|
||||
|
||||
module Settings
|
||||
module Exports
|
||||
class MutedAccountsController < BaseController
|
||||
class MutedAccountsController < ApplicationController
|
||||
include ExportControllerConcern
|
||||
|
||||
def index
|
||||
send_export_file
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def export_data
|
||||
|
Reference in New Issue
Block a user