Commit 348d16f5 authored by Chris Spicer's avatar Chris Spicer

updtae -> update

parent 556a4166
...@@ -116,7 +116,7 @@ Example with Arel: ...@@ -116,7 +116,7 @@ Example with Arel:
users = Arel::Table.new(:users) users = Arel::Table.new(:users)
users.group(users[:user_id]).having(users[:id].count.gt(5)) 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: Example with plain SQL and `quote_string` helper:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment