about summary refs log tree commit diff
path: root/app/helpers/authorize_follow_helper.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-12-29 20:12:32 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-12-29 20:12:32 +0100
commit49834a6e7f06301a5bcc17b8771ed4513622b6a8 (patch)
treef0e48340e59700ace604701f25345c1532875c4b /app/helpers/authorize_follow_helper.rb
parent8724094ed0e531f4435bf2784c9c1b7176acd764 (diff)
Add API for retrieving blocked accounts
Diffstat (limited to 'app/helpers/authorize_follow_helper.rb')
-rw-r--r--app/helpers/authorize_follow_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/authorize_follow_helper.rb b/app/helpers/authorize_follow_helper.rb
index 43659ccfa..99ee03c2f 100644
--- a/app/helpers/authorize_follow_helper.rb
+++ b/app/helpers/authorize_follow_helper.rb
@@ -1,2 +1,4 @@
+# frozen_string_literal: true
+
 module AuthorizeFollowHelper
 end