aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/translation.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix error_messages_for when instance variable names are given.José Valim2009-10-211-0/+3
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Move validator, human_name and human_attribute_name to ActiveModel, remove ↵José Valim2009-10-201-0/+59
deprecated error messages and add i18n_scope and lookup_ancestors. Signed-off-by: Carl Lerche <carllerche@mac.com>