mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Add form for bank statements #2733
This commit is contained in:
parent
a6cc53a0bf
commit
de082bb637
9 changed files with 73 additions and 24 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue