aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/string_key_object.rb
blob: 473c145f4c55b0bc7b62c93f64c6ea1d32da9861 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class StringKeyObject < ActiveRecord::Base
  self.primary_key = :id
end