Skip to content

Instantly share code, notes, and snippets.

@jasonneylon
Created December 29, 2012 16:33
Show Gist options
  • Select an option

  • Save jasonneylon/4407899 to your computer and use it in GitHub Desktop.

Select an option

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