Move code from localize_input gem into Foodsoft
This commit is contained in:
parent
c59715381e
commit
6a3636d8cb
9 changed files with 33 additions and 8 deletions
|
|
@ -1,4 +1,5 @@
|
|||
class BankTransaction < ApplicationRecord
|
||||
include LocalizeInput
|
||||
# @!attribute external_id
|
||||
# @return [String] Unique Identifier of the transaction within the bank account.
|
||||
# @!attribute date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue