@@ -168,7 +168,7 module ActiveRecord #:nodoc: | |||
|
168 | 168 | if attr == "base" |
|
169 | 169 | full_messages << (msg.is_a?(Symbol) ? l(msg) : msg) |
|
170 | 170 | else |
|
171 | full_messages << @base.class.human_attribute_name(attr) + " " + (msg.is_a?(Symbol) ? l(msg) : msg) | |
|
171 | full_messages << @base.class.human_attribute_name(attr) + " " + (msg.is_a?(Symbol) ? l(msg) : msg.to_s) | |
|
172 | 172 | end |
|
173 | 173 | end |
|
174 | 174 | end |
General Comments 0
You need to be logged in to leave comments.
Login now