aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/string_key_object.rb
blob: f8d4c6e0e438e483dd2bbdb454a6a5b9a3c36053 (plain) (blame)
1
2
3
class StringKeyObject < ActiveRecord::Base
  set_primary_key :id
end