mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
6 lines
120 B
Ruby
6 lines
120 B
Ruby
class PaperTrail::Version < ActiveRecord::Base
|
|
include PaperTrail::VersionConcern
|
|
|
|
self.table_name = "versions"
|
|
end
|