Merge pull request #16973 from prathamesh-sonpatki/fixtures-features

Updated comment about features of fixtures
This commit is contained in:
Rafael Mendonça França 2014-09-19 11:10:49 -03:00
commit 620f4a4fc9
1 changed files with 3 additions and 0 deletions

View File

@ -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