Add PaperTrail history to PaymentOrders

This commit is contained in:
Karl Erik Õunapuu 2020-02-03 16:47:04 +02:00
parent ec5ff5dc8c
commit fa1687baf0
5 changed files with 80 additions and 2 deletions

View file

@ -0,0 +1,4 @@
class PaymentOrderVersion < PaperTrail::Version
self.table_name = :log_payment_orders
self.sequence_name = :log_payment_orders_id_seq
end