mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 02:54:29 +08:00
Rename AdminLog to StaffActionLog
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe AdminLog do
|
||||
# Nothing fancy going on in this model. See AdminLogger.
|
||||
end
|
5
spec/models/staff_action_log_spec.rb
Normal file
5
spec/models/staff_action_log_spec.rb
Normal file
@ -0,0 +1,5 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe StaffActionLog do
|
||||
# Nothing fancy going on in this model. See StaffActionLogger.
|
||||
end
|
Reference in New Issue
Block a user