Class: LoonheffingennummerValidator

Inherits:
ActiveModel::EachValidator
  • Object
show all
Defined in:
lib/elfproef_plan.rb

Instance Method Summary collapse

Instance Method Details

#validate_each(record, attribute, value) ⇒ Object



18
19
20
# File 'lib/elfproef_plan.rb', line 18

def validate_each(record,attribute,value)
			record.errors.add(attribute, options[:message] || "ongeldig loonheffingennummer nr", options) unless ElfproefPlan::ElfProef.new(value).validLoonheffingennummer
end