Skip to content

Commit

Permalink
Fixes a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Becheras committed Jun 5, 2014
1 parent a26079c commit 6c7bc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/models/virtual-fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
PostgreSQLだと、以下のようになります。 ::

public $virtualFields = array(
'name' => 'User.first_name || ' ' || User.last_name'
'name' => 'User.first_name || \' \' || User.last_name'
);

..
Expand Down

0 comments on commit 6c7bc10

Please sign in to comment.