updtae -> update

This commit is contained in:
Chris Spicer 2016-05-29 22:31:39 -07:00
parent 556a41660e
commit 348d16f524
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Example with Arel:
users = Arel::Table.new(:users)
users.group(users[:user_id]).having(users[:id].count.gt(5))
#updtae other tables with this results
#update other tables with these results
```
Example with plain SQL and `quote_string` helper: