Rename AdminLog to StaffActionLog

This commit is contained in:
Neil Lalonde
2013-07-23 17:58:26 -04:00
parent cc4ae05be3
commit a8df9778b5
12 changed files with 103 additions and 96 deletions

View File

@ -1,5 +0,0 @@
require 'spec_helper'
describe AdminLog do
# Nothing fancy going on in this model. See AdminLogger.
end

View File

@ -0,0 +1,5 @@
require 'spec_helper'
describe StaffActionLog do
# Nothing fancy going on in this model. See StaffActionLogger.
end