add paper trail

This commit is contained in:
João Geonizeli
2021-08-17 20:53:22 -03:00
parent f8cd635b8b
commit a0ddc6cd2e
10 changed files with 84 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
# frozen_string_literal: true
module Trackable
extend ActiveSupport::Concern
included do
has_paper_trail
end
end