mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Logging contacts and addresses,view undeleted ones
This commit is contained in:
parent
bb3d2cc88a
commit
d94eb22fc6
14 changed files with 263 additions and 3 deletions
4
app/models/address_version.rb
Normal file
4
app/models/address_version.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class AddressVersion < PaperTrail::Version
|
||||
self.table_name = :address_versions
|
||||
self.sequence_name = :address_version_id_seq
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue