preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue

This commit is contained in:
Frederik Ramm 2007-08-29 22:00:26 +00:00
parent 02451061ce
commit 78b440ffc1
46 changed files with 1841 additions and 231 deletions

View file

@ -0,0 +1,6 @@
class OldRelationMember < ActiveRecord::Base
belongs_to :user
set_table_name 'relation_members'
end