Skip to content

Instantly share code, notes, and snippets.

@vsizov
Created June 20, 2012 19:59
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 vsizov/2961855 to your computer and use it in GitHub Desktop.
Save vsizov/2961855 to your computer and use it in GitHub Desktop.
validates :code_type, inclusion: {in: Proc.new{|s|s.class.code_types.keys},
message: "is undefined",
allow_blank: true
},
presence: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment