mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Logging added for most models
This commit is contained in:
parent
09a816d5a8
commit
c3675c1b2a
46 changed files with 285 additions and 28 deletions
4
app/models/version/api_user_version.rb
Normal file
4
app/models/version/api_user_version.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class ApiUserVersion < PaperTrail::Version
|
||||
self.table_name = :log_api_users
|
||||
self.sequence_name = :log_api_users_id_seq
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue