mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3ba0eeda02
This behavior was introduced since Rails 3.1 (207f266cca
)
but the docs were still out of date.
3 lines
65 B
Ruby
3 lines
65 B
Ruby
class MixedCaseMonkey < ActiveRecord::Base
|
|
belongs_to :man
|
|
end
|