paper-trail-gem--paper_trail/lib/paper_trail/frameworks/active_record.rb

5 lines
314 B
Ruby

# This file only needs to be loaded if the gem is being used outside of Rails,
# since otherwise the model(s) will get loaded in via the `Rails::Engine`.
require "paper_trail/frameworks/active_record/models/paper_trail/version_association"
require "paper_trail/frameworks/active_record/models/paper_trail/version"