Method: BatchBook::List#comments

Defined in:
lib/batchbook.rb

#comments(scope = :all) ⇒ Object



423
424
425
# File 'lib/batchbook.rb', line 423

def comments(scope = :all)
  Comment.find(scope, :params => {:list_id => self.id})
end