Skip to content

Instantly share code, notes, and snippets.

@dangjlin
Created June 22, 2015 06:49
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 dangjlin/62caa3fe22aad86f4716 to your computer and use it in GitHub Desktop.
Save dangjlin/62caa3fe22aad86f4716 to your computer and use it in GitHub Desktop.
module ActiveModel
module Validations
extend ActiveSupport::Concern
# ...
module ClassMethods
def validate(*args, &block)
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment