aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-30 15:05:11 +0200
committerAlex Legler <alex@a3li.li>2011-08-30 15:05:11 +0200
commit236399098d337f38727745b09daafba2d6130769 (patch)
tree8efcb0c9a059a7bcaeac174ae9b36ba0f6fce202 /app/helpers
parentReplacing the (hopefully) last instances of #find with #where (diff)
downloadglsamaker-236399098d337f38727745b09daafba2d6130769.tar.gz
glsamaker-236399098d337f38727745b09daafba2d6130769.tar.bz2
glsamaker-236399098d337f38727745b09daafba2d6130769.zip
Adding basic search functionality with ThinkingSphinx
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb6
-rw-r--r--app/helpers/search_helper.rb2
2 files changed, 5 insertions, 3 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 778d8f6..de8366d 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1,7 +1,7 @@
# ===GLSAMaker v2
-# Copyright (C) 2009-10 Alex Legler <a3li@gentoo.org>
-# Copyright (C) 2006-2007 Jean-Philippe Lang
-# Copyright (C) 2008 Robert Buchholz <rbug@gentoo.org> and Tobias Heinlein <keytoaster@gentoo.org>
+# Copyright (C) 2009-11 Alex Legler <a3li@gentoo.org>
+# Copyright (C) 2006-07 Jean-Philippe Lang
+# Copyright (C) 2008 Robert Buchholz <rbu@gentoo.org> and Tobias Heinlein <keytoaster@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
diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb
new file mode 100644
index 0000000..b3ce20a
--- /dev/null
+++ b/app/helpers/search_helper.rb
@@ -0,0 +1,2 @@
+module SearchHelper
+end