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 | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
BelongsToDemeter
================
BelongsToDemeter is a Rails plugin that lets you access attributes of a
belongs_to association through methods on the base class. It's poor code, but a
fun idea.
Example
=======
# The next line will do a User.find_by_login('bob') and assign it to
# @character.user
@character.user_login = "bob"
# You can then fetch the user's name by doing
@character.user_name = "Bob Jones"
Copyright (c) 2008 [Trotter Cashion], released under the MIT license












