Sha256: ba0839c2947621e14db30dd57aa163e9ea92cb31bb2a1a6c514da75f4f92b247
Contents?: true
Size: 359 Bytes
Versions: 8
Compression:
Stored size: 359 Bytes
Contents
# 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` Dir[File.join(File.dirname(__FILE__), 'active_record', 'models', 'paper_trail', '*.rb')].each do |file| require "paper_trail/frameworks/active_record/models/paper_trail/#{File.basename(file, '.rb')}" end
Version data entries
8 entries across 8 versions & 1 rubygems