diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-24 15:55:56 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-25 10:21:49 -0700 |
commit | 5d76ad833f3fb77327158f1c84b8e562d0641963 (patch) | |
tree | 3979459619703cb552fa185d5ef5d002c00a9109 | |
parent | f89e2c3d5cee5e3bf2bd2227254fa0edb09aeb53 (diff) |
Remove unused method.
-rwxr-xr-x | app/helpers/link_to_helper.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 238a36ce4..5533402c5 100755 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -218,9 +218,6 @@ module LinkToHelper return url end - def search_link(query, variety_postfix = nil, sort_postfix = nil, advanced = nil) - link_to h(query), search_url(query) - end def search_path(query, options = {}) search_url(query, options.merge(:only_path => true)) |