From c8450d82dc42dc3cdf66b015c7ca136ba7205b37 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Fri, 19 Sep 2014 17:49:42 +0900 Subject: Updated comment about features of fixtures - Added a note about some features which are not dependent on auto-generated ID's. - [ci skip] --- activerecord/lib/active_record/fixtures.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/fixtures.rb b/activerecord/lib/active_record/fixtures.rb index 4527452f1a..1724fa893d 100644 --- a/activerecord/lib/active_record/fixtures.rb +++ b/activerecord/lib/active_record/fixtures.rb @@ -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 -- cgit v1.2.3