32 33 34
# File 'lib/cot/collection.rb', line 32 def errors Hash[reject(&:valid?).map { |x| [x.id, x.errors] }] end