Posted by Daniel Wed, 09 May 2007 01:01:17 GMT

DRYing Models via Acts As: ActsAs is an idiom familiar to every Rails developer, which makes it a good candidate for a shared functionality between models. Using it as early in the game as possible allows one to work on its functionality without a need to touch the code in multiple models. Let’s look at a couple of examples. [Neat.]
Source: Revolution On Rails