preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue
This commit is contained in:
parent
02451061ce
commit
78b440ffc1
46 changed files with 1841 additions and 231 deletions
6
app/models/old_relation_member.rb
Normal file
6
app/models/old_relation_member.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class OldRelationMember < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
|
||||
set_table_name 'relation_members'
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue