fixed person_photo_path
This commit is contained in:
parent
a6c5f420fa
commit
2150cb505e
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue