# File lib/paper_trail.rb, line 104
  def self.active_record_protected_attributes?
    @active_record_protected_attributes ||= ::ActiveRecord::VERSION::MAJOR < 4 ||
      !!defined?(ProtectedAttributes)
  end