raw1z / amistad

Adds friendships management into a rails application
http://github.com/raw1z/amistad
MIT License
185 stars 71 forks source link

Compatibility with Rails 4+ #46

Closed desmondhume closed 10 years ago

ckozus commented 10 years ago

Hi @desmondhume,

There still are some call to attr_accessible which is not supported by rails 4.0 anymore. I'm also trying to use amistad on a new rails 4 project, so let me know if there is a way I could help with this.

Cheers,

PS: Simply commenting the attr_accessible calls seem to do the trick, although I'm pretty sure those checks should be enforced somewhere else.

ckozus commented 10 years ago

+1! :)