We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a5cb82 + 0f4bf4c commit 860cff7Copy full SHA for 860cff7
activerecord/lib/active_record/fixtures.rb
@@ -242,10 +242,10 @@ class FixtureClassNotFound < ActiveRecord::ActiveRecordError # :nodoc:
242
# and one for the humans. Why don't we generate the primary key instead?
243
# Hashing each fixture's label yields a consistent ID:
244
#
245
- # george: # generated id: 503576764
+ # george: # generated id: 380982691
246
# name: George the Monkey
247
248
- # reginald: # generated id: 324201669
+ # reginald: # generated id: 41001176
249
# name: Reginald the Pirate
250
251
# Active Record looks at the fixture's model class, discovers the correct
0 commit comments