This module extend ActiveRecord.
You need to to your model a column called :permalink
then use +has_permalink :title like:
class Page < ActiveRecord::Base has_permalink :page end
[Validate]
Generated with the Darkfish Rdoc Generator 2.