odd validation error messages with authlogic
Posted
by
peter
on Stack Overflow
See other posts from Stack Overflow
or by peter
Published on 2011-01-07T16:36:38Z
Indexed on
2011/01/09
18:53 UTC
Read the original article
Hit count: 220
i have an issue where when validation fails, i get messages like "{{count}} errors prohibited this {{model}} from being saved" and "{{attribute}} {{message}}". it looks like something isn't getting expanded correctly. i've tried adding validates_* stuff but it doesn't seem to help. i've also tried to search the web for an answer but when i add the '{{' and '}}' i get no results.
what am i missing? how can i fix this?
thanks,
-peter
© Stack Overflow or respective owner