This module extend ActiveRecord.
You need to to your model a column called :permalink
then use +has_i18n_permalink :title like:
class Page < ActiveRecord::Base has_i18n_permalink :page, :langs => [:en, :fr, :de] end
Generated with the Darkfish Rdoc Generator 2.