Skip to content
Snippets Groups Projects
Commit 348d16f5 authored by Chris Spicer's avatar Chris Spicer
Browse files

updtae -> update

parent 556a4166
No related branches found
No related tags found
No related merge requests found
Loading
@@ -116,7 +116,7 @@ Example with Arel:
Loading
@@ -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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment