Skip to content

Commit

Permalink
Removed VersionConcern module and replaced with PaperTrail, since now…
Browse files Browse the repository at this point in the history
… their code its exactly the same.
  • Loading branch information
leio10 committed Apr 6, 2018
1 parent 0511385 commit 978eb2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions lib/paper_trail-globalid.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "paper_trail_globalid/paper_trail"
require "paper_trail_globalid/version"
require "paper_trail_globalid/version_concern"

module PaperTrailGlobalid
module ::PaperTrail
Expand All @@ -19,7 +18,7 @@ class << self

module ::PaperTrail
module VersionConcern
include ::PaperTrailGlobalid::VersionConcern
include ::PaperTrailGlobalid::PaperTrail
end
end
end
19 changes: 0 additions & 19 deletions lib/paper_trail_globalid/version_concern.rb

This file was deleted.

0 comments on commit 978eb2f

Please sign in to comment.