Module: ConcernedValidations
- Defined in:
- lib/concerned_validations.rb,
lib/concerned_validations/version.rb
Overview
module ActiveModel::Validations::HelperMethods
def validate_attribute(attribute)
puts "validate_attribute :#{attribute}"
end
end
Defined Under Namespace
Modules: Base, Model Classes: Error
Constant Summary collapse
- VERSION =
"0.1.0"