mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Use non-relative require for VersionConcern
This commit is contained in:
parent
64a70ebedf
commit
bfa54e9b19
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
require File.expand_path('../version_concern', __FILE__)
|
require 'paper_trail/version_concern'
|
||||||
|
|
||||||
module PaperTrail
|
module PaperTrail
|
||||||
class Version < ::ActiveRecord::Base
|
class Version < ::ActiveRecord::Base
|
||||||
|
|
Loading…
Reference in a new issue