Add form for bank statements #2733

This commit is contained in:
Martin Lensment 2015-06-26 14:53:49 +03:00
parent a6cc53a0bf
commit de082bb637
9 changed files with 73 additions and 24 deletions

View file

@ -4,7 +4,7 @@ class BankStatement < ActiveRecord::Base
attr_accessor :th6_file
validates :bank_code, :iban, :queried_at, presence: true
validates :bank_code, :iban, presence: true
FULLY_BINDED = 'fully_binded'
PARTIALLY_BINDED = 'partially_binded'