Class: RekeningValidator
- Inherits:
-
ActiveModel::EachValidator
- Object
- ActiveModel::EachValidator
- RekeningValidator
- Defined in:
- lib/elfproef_plan.rb
Instance Method Summary collapse
Instance Method Details
#validate_each(record, attribute, value) ⇒ Object
11 12 13 |
# File 'lib/elfproef_plan.rb', line 11 def validate_each(record,attribute,value) record.errors.add(attribute, [:message] || "ongeldig rekening nr", ) unless ElfproefPlan::ElfProef.new(value).validRekening end |