summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-06 19:35:12 +0200
committerhukl <contact@smyck.org>2009-09-06 19:35:12 +0200
commitf90dca555247651c580f879a22d932f378a34ce9 (patch)
tree9804d294a92a32a38e5ac5cb3a6ced8ab1c5729e /app/helpers
parent54543aeb8a1cebdffa96a6ac4b98baa6c1b8747d (diff)
added public search controller with corresponding view
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/search_helper.rb2
1 files changed, 2 insertions, 0 deletions
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 @@
1module SearchHelper
2end