3 This is a simple plugin extracted from Mephisto for creating permalinks from attributes.
5 class Article < ActiveRecord::Base
9 This will escape the title, making it fit to use in a URL in the after_validation callback.
11 Use PermalinkFu.escape to escape a string manually if you like.