Fix docs for belong_to

[ci skip]
This commit is contained in:
Elliot Winkler 2019-06-01 16:51:38 -06:00
parent 476f0dbe53
commit 32f6a35e39
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ module Shoulda
# should belong_to(:organization).required
# end
#
# #### without_validating_presence
# ##### without_validating_presence
#
# Use `without_validating_presence` with `belong_to` to prevent the
# matcher from checking whether the association disallows nil (Rails 5+