Rails3: replace deprecated Errors#on to Errors#[] at app/models/mail_handler.rb
On Rails2, Errors#[] returns single error if one error raises. But, on Rails3, Errors#[] always returns the array.
Authored by: tmaruyama 2012-01-05
Parent: [r8519]
Child: [r8521]