diff options
Diffstat (limited to 'app/helpers/api')
-rw-r--r-- | app/helpers/api/v1/follow_requests_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/api/v1/follow_requests_helper.rb b/app/helpers/api/v1/follow_requests_helper.rb new file mode 100644 index 000000000..b36faf2a3 --- /dev/null +++ b/app/helpers/api/v1/follow_requests_helper.rb @@ -0,0 +1,2 @@ +module Api::V1::FollowRequestsHelper +end |