module ActiveModel::Validations

def validation_context=(context)

def validation_context=(context)
  context_for_validation.context = context
end