We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460166c commit aa5b54cCopy full SHA for aa5b54c
1 file changed
test/fixtures/audit_logs.yml
@@ -1,5 +1,22 @@
1
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3
+impersonation_start_log:
4
+ community: sample
5
+ log_type: admin_audit
6
+ event_type: impersonation_start
7
+ related_type: User
8
+ related: moderator
9
+ user: admin
10
+ comment: For science!
11
+
12
+impersonation_end_log:
13
14
15
+ event_type: impersonation_end
16
17
18
19
20
site_setting_update_log:
21
community: sample
22
log_type: admin_audit
0 commit comments