aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/arunit2_model.rb
blob: 80a8ecc5d827a0e0efe498241dd1d467581a798c (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class ARUnit2Model < ActiveRecord::Base
  self.abstract_class = true
end