mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Add ActionVersion
This commit is contained in:
parent
f5ab7814e3
commit
f4fc975440
4 changed files with 77 additions and 0 deletions
4
app/models/version/action_version.rb
Normal file
4
app/models/version/action_version.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class ActionVersion < PaperTrail::Version
|
||||
self.table_name = :log_actions
|
||||
self.sequence_name = :log_actions_id_seq
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue