Merge remote branch 'tomk/721-wrong-person-link-when-creating-comment'
This commit is contained in:
commit
0e55b0bf44
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class CommentsController < ApplicationController
|
|||
:partial => 'comments/comment',
|
||||
:locals => { :hash => {
|
||||
:comment => @comment,
|
||||
:person => current_user,
|
||||
:person => current_user.person,
|
||||
}}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue