Add link to reserved words to getting started guide

Fix #1165
This commit is contained in:
Christian Bruckmayer 2018-08-31 15:27:31 +02:00 committed by Daniel Colson
parent 44e573f3a4
commit 4888e1d4ac
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ transient attributes from there.
Method Name / Reserved Word Attributes
-------------------------------
If your attributes conflict with existing methods or reserved words you can define them with `add_attribute`.
If your attributes conflict with existing methods or reserved words (all methods in the [DefinitionProxy](https://github.com/thoughtbot/factory_bot/blob/master/lib/factory_bot/definition_proxy.rb) class) you can define them with `add_attribute`.
```ruby
factory :dna do