diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a708c70b4..54649f00d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -159,13 +159,6 @@ module ApplicationHelper (':' + post.id.to_s).to_sym end - def person_photos_path person - person_id = person.id if person.respond_to?(:id) - person_id ||= person - - "#{photos_path}?person_id=#{person_id}" - end - def markdownify(message, options = {}) message = h(message).html_safe