Skip to content

Instantly share code, notes, and snippets.

@jasonneylon
Created December 29, 2012 16:33
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 jasonneylon/4407899 to your computer and use it in GitHub Desktop.
Save jasonneylon/4407899 to your computer and use it in GitHub Desktop.
Using the custom validator
class Address < ActiveRecord::Base
attr_accessible :postcode
validates :postcode, :postcode => true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment