Skip to content

Commit

Permalink
Merge pull request #19728 from jonatack/patch-4
Browse files Browse the repository at this point in the history
[skip ci] primay_key -> primary_key
  • Loading branch information
kaspth committed Apr 11, 2015
2 parents 409460e + 478a755 commit cf57502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/association_basics.md
Expand Up @@ -923,7 +923,7 @@ For example, given we have a `users` table with `guid` as the primary key. If we

```ruby
class User < ActiveRecord::Base
self.primay_key = 'guid' # primary key is guid and not id
self.primary_key = 'guid' # primary key is guid and not id
end

class Todo < ActiveRecord::Base
Expand Down

0 comments on commit cf57502

Please sign in to comment.