has_permalink
Easily add permalink support to a model.
Example
# models/post.rb
class Post < ActiveRecord::Base
has_permalink :title
end
Installation
$ script/plugin install git://github.com/sbfaulkner/has_permalink.git
Legal
Author: S. Brent Faulkner brentf@unwwwired.net
License: Copyright © 2008 unwwwired.net, released under the MIT license
