aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/possession.rb
blob: 9b843e1525c84707febbacaa465a26c85c41c13d (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Possession < ActiveRecord::Base
  self.table_name = "having"
end