diff options
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/api/apps_helper.rb | 2 | ||||
-rw-r--r-- | app/helpers/oauth/applications_helper.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/api/apps_helper.rb b/app/helpers/api/apps_helper.rb new file mode 100644 index 000000000..f6b0c6635 --- /dev/null +++ b/app/helpers/api/apps_helper.rb @@ -0,0 +1,2 @@ +module Api::AppsHelper +end diff --git a/app/helpers/oauth/applications_helper.rb b/app/helpers/oauth/applications_helper.rb deleted file mode 100644 index 2c1818055..000000000 --- a/app/helpers/oauth/applications_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module Oauth::ApplicationsHelper -end |