Remove exports/base controller in favor of shared concern (#3444)

This commit is contained in:
Matt Jankowski
2017-05-30 13:06:01 -04:00
committed by Eugen Rochko
parent 23081bb299
commit 0ebe7d6d23
6 changed files with 57 additions and 28 deletions

View File

@ -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