remove unused helper

This commit is contained in:
Fabián Rodríguez 2012-10-27 18:18:44 -02:00
parent aa8b37f2be
commit 1d1b66f8cc

View file

@ -16,15 +16,6 @@ module PeopleHelper
end end
end end
def request_partial single_aspect_form
if single_aspect_form
'requests/new_request_with_aspect_to_person'
else
'requests/new_request_to_person'
end
end
def search_or_index def search_or_index
if search_query if search_query
I18n.t 'people.helper.results_for',:params => search_query I18n.t 'people.helper.results_for',:params => search_query