Fix typo in have_many docs

This commit is contained in:
Elliot Winkler 2014-11-04 14:06:41 -07:00
parent 0f34231d08
commit b9795b3d42
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ module Shoulda
#
# # RSpec
# describe Person do
# it { should have_many(:worries).with_primaryu_key('worrier_id') }
# it { should have_many(:worries).with_primary_key('worrier_id') }
# end
#
# # Test::Unit