]> cat aescling's git repositories - mastodon.git/commit
Remove unused methods (#1730)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Mon, 17 Apr 2017 23:21:55 +0000 (19:21 -0400)
committerEugen <eugen@zeonfederated.com>
Mon, 17 Apr 2017 23:21:55 +0000 (01:21 +0200)
commit16d50f60d1f802ee7760ca24883df2ed5a8f4ac0
treeb14a68ae12be55368964a5e461249b48eecc1a3e
parent0e0347ea3c518e3e002a23ba84dc2f8ec4505984
Remove unused methods (#1730)

* Remove unused method #set_counters_maps from api controller

* Remove unused method #set_account_counters_maps from api controller

* Remove unused method Account#followers_domains

* Remove unused User.prolific scope

* Add mastodon:users:admins task to list all admin emails

* Use interpolated query style in Account.triadic_closures

* Coverage for Account.triadic_closures
app/controllers/api_controller.rb
app/models/account.rb
app/models/user.rb
lib/tasks/mastodon.rake
spec/models/account_spec.rb