Staff action logs can be filtered to changes of one site setting

This commit is contained in:
Neil Lalonde
2013-08-20 13:50:51 -04:00
parent 31dac4b197
commit 3abeb5f793
6 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
class AddSubjectIndexToStaffActionLogs < ActiveRecord::Migration
def change
add_index :staff_action_logs, [:subject, :id]
end
end