remove unused helper
This commit is contained in:
parent
aa8b37f2be
commit
1d1b66f8cc
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue