Skip to content

Commit

Permalink
fix: issue 1621 broken links in ref/factory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon authored and mike-burns committed Feb 2, 2024
1 parent 377d699 commit cf3f21f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/src/ref/factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ The name is expected to be a Symbol.

You can use the block to define your factory. Within here you have access to the following methods:

- [`add_attribute`](ref/add_attribute.md)
- [`association`](ref/association.md)
- [`sequence`](ref/sequence.md)
- [`trait`](ref/trait.md)
- [`method_missing`](ref/method_missing.html)
- [`transient`](ref/transient.md)
- [`traits_for_enum`](ref/traits_for_enum.md)
- [`initialize_with`](ref/build-and-create.md)
- [`skip_create`](ref/build-and-create.md)
- [`to_create`](ref/build-and-create.md)
- [`before`](ref/hooks.md)
- [`after`](ref/hooks.md)
- [`callback`](ref/hooks.md)
- [`add_attribute`](add_attribute.md)
- [`association`](association.md)
- [`sequence`](sequence.md)
- [`trait`](trait.md)
- [`method_missing`](method_missing.md)
- [`transient`](transient.md)
- [`traits_for_enum`](traits_for_enum.md)
- [`initialize_with`](build-and-create.md#initialize_with)
- [`skip_create`](build-and-create.md)
- [`to_create`](build-and-create.md#to_create)
- [`before`](hooks.md#after-and-before-methods)
- [`after`](hooks.md#after-and-before-methods)
- [`callback`](hooks.md#callback)
- `factory`

You can use `factory` inside a `factory` block to define a new factory with an
Expand Down

0 comments on commit cf3f21f

Please sign in to comment.