Skip to content

Commit

Permalink
Disable Customer.orders.isMaster
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultz committed Mar 27, 2012
1 parent 48764a4 commit 6e904cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mesh/Customer.as
Expand Up @@ -10,7 +10,7 @@ package mesh

public var accountId:int;

[HasMany(inverse="customer", recordType="mesh.Order", isMaster="true")]
[HasMany(inverse="customer", recordType="mesh.Order")]
public var orders:HasManyAssociation;

public function Customer(properties:Object=null)
Expand Down

0 comments on commit 6e904cb

Please sign in to comment.