From 356d3874ebd79573a8da58e2ac76eaa4612cec16 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 30 Nov 2016 15:32:26 +0100 Subject: Normalize localizations, add stub for admin/accounts --- app/helpers/admin/accounts_helper.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/helpers/admin/accounts_helper.rb (limited to 'app/helpers/admin') diff --git a/app/helpers/admin/accounts_helper.rb b/app/helpers/admin/accounts_helper.rb new file mode 100644 index 000000000..5b9cbbacd --- /dev/null +++ b/app/helpers/admin/accounts_helper.rb @@ -0,0 +1,2 @@ +module Admin::AccountsHelper +end -- cgit