Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #17451 from y-yagi/fix_asi_guide
[ci skip] fix incorrect key in Active Support Instrumentation guide
  • Loading branch information
seuros committed Oct 31, 2014
2 parents 4daebed + a34db58 commit 19c893b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guides/source/active_support_instrumentation.md
Expand Up @@ -225,11 +225,11 @@ Active Record

### sql.active_record

| Key | Value |
| ------------ | --------------------- |
| `:sql` | SQL statement |
| `:name` | Name of the operation |
| `:object_id` | `self.object_id` |
| Key | Value |
| ---------------- | --------------------- |
| `:sql` | SQL statement |
| `:name` | Name of the operation |
| `:connection_id` | `self.object_id` |

INFO. The adapters will add their own data as well.

Expand Down

0 comments on commit 19c893b

Please sign in to comment.