PAAAARSER
This commit is contained in:
parent
f8e2e6bf2d
commit
91b0a1e8f9
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class User
|
||||||
Rails.logger.debug("Saving object: #{object}")
|
Rails.logger.debug("Saving object: #{object}")
|
||||||
object.save
|
object.save
|
||||||
object.socket_to_uid( id) if object.respond_to? :socket_to_uid
|
object.socket_to_uid( id) if object.respond_to? :socket_to_uid
|
||||||
object.person.send_comment object if object.is_a? Comment && owns? object
|
object.person.send_comment object if (object.is_a? Comment && self.owns?( object))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue