Skip to content

Instantly share code, notes, and snippets.

@ibrahimab
Created February 22, 2015 12:31
Show Gist options
  • Save ibrahimab/3d74d4bae246870a74c5 to your computer and use it in GitHub Desktop.
Save ibrahimab/3d74d4bae246870a74c5 to your computer and use it in GitHub Desktop.
class TypeValidator < ActiveModel::Validator
def validate(record)
#validation
end
end
class MyModel
include ActiveModel::Model
validates_with TypeValidator
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment