Skip to content

Commit

Permalink
Merge pull request #128 from acro5piano/master
Browse files Browse the repository at this point in the history
fix typo (method name)
  • Loading branch information
kbrock committed Oct 24, 2016
2 parents 6635c24 + ab5285b commit 7e25dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -217,7 +217,7 @@ class Person < ActiveRecord::Base
belongs_to :country
end
```
However, as of ActiveRecord 3.1 support for ActiveRecord's `belong_to` is broken. Instead, you must extend ActiveHash::Associations::ActiveRecordExtensions method:
However, as of ActiveRecord 3.1 support for ActiveRecord's `belongs_to` is broken. Instead, you must extend ActiveHash::Associations::ActiveRecordExtensions method:
```ruby
class Country < ActiveHash::Base
end
Expand Down

0 comments on commit 7e25dfd

Please sign in to comment.