mirror of https://github.com/rails/rails
Merge pull request #16973 from prathamesh-sonpatki/fixtures-features
Updated comment about features of fixtures
This commit is contained in:
commit
620f4a4fc9
|
@ -181,6 +181,9 @@ module ActiveRecord
|
|||
# * Stable, autogenerated IDs
|
||||
# * Label references for associations (belongs_to, has_one, has_many)
|
||||
# * HABTM associations as inline lists
|
||||
#
|
||||
# There are some more advanced features available even if the id is specified:
|
||||
#
|
||||
# * Autofilled timestamp columns
|
||||
# * Fixture label interpolation
|
||||
# * Support for YAML defaults
|
||||
|
|
Loading…
Reference in New Issue