Fix person receive urls
This commit is contained in:
parent
d0074d0d8a
commit
9e5cf1e1a4
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class Person < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def receive_url
|
def receive_url
|
||||||
"#{self.url}receive/users/#{self.id}/"
|
"#{self.url}receive/users/#{self.guid}/"
|
||||||
end
|
end
|
||||||
|
|
||||||
def public_url
|
def public_url
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue