validates_attachment_size :image, :less_than => 5.megabytes
gives an error message of
Image file size must be less than 5242880 Bytes
This isn't very user friendly.. Is there a way to make the message to be
Image file size must be less than 5 MB
? without setting a custom message on my own