Initial commit to the repo
[kwestie.git] / vendor / plugins / permalink_fu / README
blob991992c808e5b3092d662c011d6d04f2396a17d0
1 PermalinkFu
3 This is a simple plugin extracted from Mephisto for creating permalinks from attributes.
5   class Article < ActiveRecord::Base
6     has_permalink :title
7   end
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.