module ConcernedValidations
module ActiveModel::Validations::HelperMethods
def validate_attribute(attribute) puts "validate_attribute :#{attribute}" end
end
Constants
- VERSION
module ActiveModel::Validations::HelperMethods
def validate_attribute(attribute) puts "validate_attribute :#{attribute}" end
end