From d7dc84439c60069a0cb9eeca81dc61c297a8667b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 29 Dec 2016 16:54:54 +0100 Subject: Add ability to use remote follow function on other sites --- app/helpers/authorize_follow_helper.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/helpers/authorize_follow_helper.rb (limited to 'app/helpers') diff --git a/app/helpers/authorize_follow_helper.rb b/app/helpers/authorize_follow_helper.rb new file mode 100644 index 000000000..43659ccfa --- /dev/null +++ b/app/helpers/authorize_follow_helper.rb @@ -0,0 +1,2 @@ +module AuthorizeFollowHelper +end -- cgit