Rename StaffActionLog to UserHistory

This commit is contained in:
Neil Lalonde
2013-09-10 21:21:16 -04:00
parent f2a1ef8d7d
commit e8ef55c446
11 changed files with 75 additions and 43 deletions

View File

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