about summary refs log tree commit diff
path: root/app/helpers/api
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/api')
-rw-r--r--app/helpers/api/accounts_helper.rb2
-rw-r--r--app/helpers/api/follows_helper.rb2
-rw-r--r--app/helpers/api/statuses_helper.rb2
3 files changed, 6 insertions, 0 deletions
diff --git a/app/helpers/api/accounts_helper.rb b/app/helpers/api/accounts_helper.rb
new file mode 100644
index 000000000..d9a54c7bc
--- /dev/null
+++ b/app/helpers/api/accounts_helper.rb
@@ -0,0 +1,2 @@
+module Api::AccountsHelper
+end
diff --git a/app/helpers/api/follows_helper.rb b/app/helpers/api/follows_helper.rb
new file mode 100644
index 000000000..d8022d93c
--- /dev/null
+++ b/app/helpers/api/follows_helper.rb
@@ -0,0 +1,2 @@
+module Api::FollowsHelper
+end
diff --git a/app/helpers/api/statuses_helper.rb b/app/helpers/api/statuses_helper.rb
new file mode 100644
index 000000000..3187f3e3b
--- /dev/null
+++ b/app/helpers/api/statuses_helper.rb
@@ -0,0 +1,2 @@
+module Api::StatusesHelper
+end