mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
![Jamis Buck](/assets/img/avatar_default.png)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1412 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
35 lines
463 B
YAML
35 lines
463 B
YAML
first_client:
|
|
id: 2
|
|
type: Client
|
|
firm_id: 1
|
|
client_of: 2
|
|
name: Summit
|
|
ruby_type: Client
|
|
|
|
first_firm:
|
|
id: 1
|
|
type: Firm
|
|
name: 37signals
|
|
ruby_type: Firm
|
|
|
|
second_client:
|
|
id: 3
|
|
type: Client
|
|
firm_id: 1
|
|
client_of: 1
|
|
name: Microsoft
|
|
ruby_type: Client
|
|
|
|
another_firm:
|
|
id: 4
|
|
type: Firm
|
|
name: Flamboyant Software
|
|
ruby_type: Firm
|
|
|
|
another_client:
|
|
id: 5
|
|
type: Client
|
|
firm_id: 4
|
|
client_of: 4
|
|
name: Ex Nihilo
|
|
ruby_type: Client
|