423 424 425
# File 'lib/batchbook.rb', line 423 def comments(scope = :all) Comment.find(scope, :params => {:list_id => self.id}) end