diff options
Diffstat (limited to 'lib/glsamaker/helpers.rb')
-rw-r--r-- | lib/glsamaker/helpers.rb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/glsamaker/helpers.rb b/lib/glsamaker/helpers.rb deleted file mode 100644 index aca09ab..0000000 --- a/lib/glsamaker/helpers.rb +++ /dev/null @@ -1,21 +0,0 @@ -# ===GLSAMaker v2 -# Copyright (C) 2010 Alex Legler <a3li@gentoo.org> -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# For more information, see the LICENSE file. - -module Glsamaker - module_function - def help - Helper.instance - end - - class Helper - include Singleton - include ::ActionView::Helpers::TextHelper - end -end |