emk / mephisto forked from technoweenie/mephisto
- Source
- Commits
- Network (36)
- Issues (0)
- Downloads (3)
- Wiki (3)
- Graphs
-
Tree:
adaba9b
vendor/plugins/permalink_fu/README
PermalinkFu
This is a simple plugin extracted from Mephisto for creating permalinks from attributes.
class Article < ActiveRecord::Base
has_permalink :title
end
This will escape the title, making it fit to use in a URL in the after_validation callback.
Use PermalinkFu.escape to escape a string manually if you like.
