* First draft - all the big changes * Changing some more references to 'internal' * Relocate internal request tests to admin * Relocate internal system tests to admin * Fix trailing space * Test fix * Move queries from internal to admin * Docs updates * Rename internal stimuls controllers to admin (plus docs) * Rename admin layout * Fix routing after rebase * Fixes for latest added admin interfaces * Serviceworker ignore paths
9 lines
248 B
Ruby
9 lines
248 B
Ruby
##
|
|
# Custom Audit Instrumentation
|
|
#
|
|
# Put here all custom listener names, for later usage in Audit Instrumentation
|
|
#
|
|
# Example:
|
|
# Audit::Subscribe.listen :internal, :quest_user
|
|
|
|
Audit::Subscribe.listen(:moderator, :internal) unless Rails.env.test?
|