aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/arunit2_model.rb
blob: 5b0da8a2497c0382cd2c147892c6e421495fef35 (plain) (tree)
1
2
3
4
5

                             


                                       
# frozen_string_literal: true

class ARUnit2Model < ActiveRecord::Base
  self.abstract_class = true
end