hzamani / acts_as_relation

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

attr_accessible in every model #19

Closed bigardone closed 12 years ago

bigardone commented 12 years ago

Hi! First of all thanks for your plugin, it works great and it makes MTI very easy to implement for a Rails newbie like me. The only issue I've found is that have to write the attr_accessible in every class, instead of only doing it in my acts_as_superclass class... is this correct or am I doing something wrong?

hzamani commented 12 years ago

I don't think so, take a look at dummy test.

hzamani commented 12 years ago

Fixed in version 0.1.2