mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
5 lines
120 B
Ruby
5 lines
120 B
Ruby
class PaperTrail::Version < ActiveRecord::Base
|
|
include PaperTrail::VersionConcern
|
|
|
|
self.table_name = "versions"
|
|
end
|