From 48ee6b4131e7ac648b1dbcafe5d40817e2aabf62 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Tue, 4 Dec 2018 21:50:20 -0500 Subject: [PATCH] Fix incorrect escaping [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1673ef..60bfea4 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ end ``` To override the [default factory template][], define your own template in -`lib/templates/factory\_bot/models/factories.erb`. This template will have +`lib/templates/factory_bot/models/factories.erb`. This template will have access to any methods available in `FactoryBot::Generators::ModelGenerator`. Note that factory\_bot\_rails will only use this custom template if you are generating each factory in a separate file; it will have no effect if you are