Skip to content

Instantly share code, notes, and snippets.

@lesniakania
Created February 16, 2015 14:08
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 lesniakania/b6a3f9d8b1975e91f8b0 to your computer and use it in GitHub Desktop.
Save lesniakania/b6a3f9d8b1975e91f8b0 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
Validator::Factory.register(self, UserValidator)
validates_with Validator
# lots of other stuff that usually is here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment