Method: Commentem::Commentable::InstanceMethods#comments_by

Defined in:
lib/commentem/commentable.rb

#comments_by(commenter) ⇒ Object



15
16
17
# File 'lib/commentem/commentable.rb', line 15

def comments_by(commenter)
  self.comments.comments_by(commenter)
end