obviously, it throws an exception. So the question is, in Rails 3, how
to you give a simple custom message? Do I need to go through and set up
a custom validation class for each validation, just to show a different
message? I've looked at:
but it seems to show that a custom class would need to be set up for
each attribute of my models? I'm sure there's a shortcut, but have yet
to find it.
I am aware the original version is available, but I was trying to update
to the new validators in Rails 3. I guess I'm going to just have to
ditch that and go back to the old. Seems to be another "New and Shiny"
way of doing things, but lose simple functionality...