mirror of
https://github.com/github/rails.git
synced 2026-01-10 15:17:57 -05:00
4 lines
72 B
Ruby
4 lines
72 B
Ruby
class StringKeyObject < ActiveRecord::Base
|
|
self.primary_key = :id
|
|
end
|