3ddd936b0 ^
7f0a865b0 ^
0e39cc6a3 ^
1 2 3 4
5 6
7
8 9
10 11 12 13
# frozen_string_literal: true module Settings module Exports class FollowingAccountsController < BaseController private def export_data @export.to_following_accounts_csv end end end end