소스 검색

Remove deprecated BigDecimal

master
Adrian Short 9 년 전
부모
커밋
17cbf64288
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      models.rb

+ 1
- 1
models.rb 파일 보기

@@ -6,7 +6,7 @@ class Payment
property :updated_at, DateTime
property :service_id, Integer, :required => true
property :supplier_id, Integer, :required => true
property :amount, BigDecimal, :precision => 10, :scale => 2, :required => true # ex VAT
property :amount, Decimal, :precision => 10, :scale => 2, :required => true # ex VAT
property :d, Date, :required => true # transaction date
property :transaction_id, Integer # May not be unique per payment as one transaction could have several payments


불러오는 중...
취소
저장