Skip to content

Instantly share code, notes, and snippets.

@iain
Forked from svenfuchs/gist:7818
Created August 28, 2008 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iain/7819 to your computer and use it in GitHub Desktop.
Save iain/7819 to your computer and use it in GitHub Desktop.
activerecord.errors.models.content.attributes.topic.invalid
activerecord.errors.models.content.invalid
activerecord.errors.messages.invalid
# with STI
activerecord.errors.models.post.attributes.topic.invalid
activerecord.errors.models.post.invalid
activerecord.errors.models.content.attributes.topic.invalid
activerecord.errors.models.content.invalid
activerecord.errors.messages.invalid
# with custom message
activerecord.errors.models.content.attributes.topic.custom_invalid
activerecord.errors.models.content.custom_invalid
activerecord.errors.messages.custom_invalid
activerecord.errors.messages.invalid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment