1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/models/mixed_case_monkey.rb
Yves Senn 3ba0eeda02 docs, AR already auto-detects primary keys. Closes #13946. [ci skip]
This behavior was introduced since Rails 3.1 (207f266cca)
but the docs were still out of date.
2014-02-05 08:52:59 +01:00

3 lines
65 B
Ruby

class MixedCaseMonkey < ActiveRecord::Base
belongs_to :man
end