Skip to content

Commit

Permalink
docs/pt/orm/associations
Browse files Browse the repository at this point in the history
  • Loading branch information
André Luiz Gava committed Jan 29, 2018
1 parent 0ebfabc commit 2064348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt/orm/associations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ As chaves possiveis para as associações hasMany são:
   '\_id'.
- **bindingKey**: O nome da coluna na tabela atual, que será usado
   para combinar o `` foreignKey``. Se não for especificado, a chave primária (para
   exemplo, a coluna de identificação da tabela `` Artigos '') será usada.
   exemplo, a coluna de identificação da tabela `` Artigos ``) será usada.
- **conditions**: uma série de condições compatíveis com find () ou SQL
   strings como `` ['Comments.visible' => true] ``
- **sort**: uma série de cláusulas de pedido compatíveis com find () ou SQL
Expand Down

0 comments on commit 2064348

Please sign in to comment.