Not So New Plugin?: acts_as_addressable
April 16th, 2007
You would think that there would be a defacto acts_as_addressable plugin out there given all of the articles on polymorphic associations using the address analogy. When I wrote this plugin I couldn't find a plugin to do this. So here it is, acts_as_addressable, the not so new plugin.
2 Responses to “Not So New Plugin?: acts_as_addressable”
Sorry, comments are closed for this article.
April 16th, 2007 at 11:01 AM This is really a bullshit plugin, it doesn't do more then a simple polymorphic association.
April 17th, 2007 at 04:24 PM I realize that all it does is a polymorphic association, but when you have 3 or four models that require an address it is fairly helpful. There are many of this type of plugins out there. For instance, acts_as_commentable, acts_as_taggable, acts_as_rateable, etc ... I hope, if you ever read this comment that you will take a second look and understand that it is just another abstracted piece of reusable code.