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.
1 parent ece21c7 commit 6f8b5f8Copy full SHA for 6f8b5f8
activerecord/lib/active_record/fixtures.rb
@@ -400,6 +400,10 @@ class FixtureClassNotFound < ActiveRecord::ActiveRecordError # :nodoc:
400
# monkey_id: <%= ActiveRecord::FixtureSet.identify(:reginald) %>
401
# pirate_id: <%= ActiveRecord::FixtureSet.identify(:george) %>
402
#
403
+ # If the model uses UUID values for identifiers, add the `:uuid` argument:
404
+ #
405
+ # ActiveRecord::FixtureSet.identify(:boaty_mcboatface, :uuid)
406
407
# == Support for YAML defaults
408
409
# You can set and reuse defaults in your fixtures YAML file.
0 commit comments