SEO Urls plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.redshiftmedia.com/svn/plugins/seo_urls
To apply this plugin to a model:
class Post < ActiveRecord::Base seo_urls end
Or to use an attribute other than name or title:
class Post < ActiveRecord::Base seo_urls "nickname" end
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

