ValidateFormatOfMatcher#description: "have a valid format for #{@attribute}"

This commit is contained in:
Maxim Kaschenko 2012-12-27 22:07:02 +07:00 committed by Jason Draper
parent bb99ed2599
commit db83bb2cef
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ module Shoulda # :nodoc:
end
def description
"#{@attribute} have a valid format"
"have a valid format for #{@attribute}"
end
private