fixed person_photo_path

This commit is contained in:
danielvincent 2010-12-21 12:44:33 -08:00
parent a6c5f420fa
commit 2150cb505e

View file

@ -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