Change Uniqueness validator message to follow ActiveRecord and other ORM behavior. Keeping the same message allows tools like Shoulda to work out of the box.

Signed-off-by: Marcos Tapajós <tapajos@gmail.com>
This commit is contained in:
Simone Carletti 2011-02-21 11:41:40 +01:00 committed by Marcos Tapajós
parent f76517d0fa
commit 44b56d3d03
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
en:
errors:
messages:
taken: "is already taken"
taken: "has already been taken"