hzamani / acts_as_relation

Multi table Inheritance for rails
http://hzamani.github.com/acts_as_relation/
MIT License
180 stars 58 forks source link

Updated README code example to conform to accompanying explanation #38

Closed wjgilmore closed 11 years ago

wjgilmore commented 11 years ago

A code example lacked the Book model declaration which was subsequently mentioned in the example's accompanying explanation. While a minor error, it could be confusing to an acts_as_relation newcomer.

hzamani commented 11 years ago

Thanks