public
Description: Rails plugin to create permalinks in models
Homepage:
Clone URL: git://github.com/febuiles/make_permalink.git
name age message
file MIT-LICENSE Sat Aug 16 10:47:12 -0700 2008 Initial commit [febuiles]
file README Mon Sep 01 08:25:24 -0700 2008 More README stuff. [febuiles]
file Rakefile Sat Aug 30 13:53:01 -0700 2008 Nothing important. [febuiles]
file init.rb Sat Aug 16 10:47:12 -0700 2008 Initial commit [febuiles]
directory lib/ Sat Aug 16 11:22:04 -0700 2008 Adding some specs. [febuiles]
directory spec/ Sat Aug 16 11:22:04 -0700 2008 Adding some specs. [febuiles]
README
== make_permalink

http://github.com/febuiles/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 (c) 2008 Federico Builes, released under the MIT license