Module: Commentem::Commentable::InstanceMethods

Defined in:
lib/commentem/commentable.rb

Instance Method Summary collapse

Instance Method Details

#comments_by(commenter) ⇒ Object



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

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