From 6fec8afc3f91166930c8b4dfca441a5a70a24d5b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 14 Mar 2016 17:49:13 +0100 Subject: Bind oauth applications to users --- app/helpers/oauth/applications_helper.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/helpers/oauth/applications_helper.rb (limited to 'app/helpers/oauth') diff --git a/app/helpers/oauth/applications_helper.rb b/app/helpers/oauth/applications_helper.rb new file mode 100644 index 000000000..2c1818055 --- /dev/null +++ b/app/helpers/oauth/applications_helper.rb @@ -0,0 +1,2 @@ +module Oauth::ApplicationsHelper +end -- cgit