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

6 lines
259 B
Ruby
Raw Normal View History

2017-12-11 04:05:11 +00:00
# frozen_string_literal: true
# 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`.
2015-06-23 20:39:02 +00:00
require "paper_trail/frameworks/active_record/models/paper_trail/version"