This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed Nov 14 17:35:49 -0800 2007 | [josh] |
| |
README | Wed Nov 14 17:35:49 -0800 2007 | [josh] |
| |
init.rb | Wed Nov 14 17:35:49 -0800 2007 | [josh] |
| |
lib/ | Wed Nov 14 17:35:49 -0800 2007 | [josh] |
| |
test/ | Sat Mar 01 20:31:53 -0800 2008 | [josh] |
README
PseudoPrimaryKey
================
Sets a pseudo primary key for the model.
Example
=======
class Tag < ActiveRecord::Base
set_pseudo_primary_key "name"
end
Copyright (c) 2007 Joshua Peek, released under the MIT license



