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

class Keyboard < ActiveRecord::Base
  self.primary_key = "key_number"
end