public
Description: Rails plugin to create permalinks in models
Home | Edit | New

Home

make_permalink
======

make_permalink is a Rails plugin that allows you to easily create permalinks for attributes in your models.

Example
-————

class Post < ActiveRecord::Base make_permalink :title end p = Post.create(:title => “Hello World!”) p.permalink # => “1-hello-world”

Bugs/Contact
-————-

federico.builes@gmail.com

Copyright © 2008 Federico Builes, released under the MIT license

Last edited by febuiles, Sat Aug 30 13:50:26 -0700 2008
Home | Edit | New
Versions: