in rails, how to validate a fields which is NOT uniqueness?
- by siulamvictor
can i have a validation which do exactly opposite to validates_uniqueness_of? i.e. i would like to show a error message when the user input is NOT exist in database.
thanks all. :)