0
0
Fork 0

Add basic logging of who resolved report

This commit is contained in:
Eugen Rochko 2017-04-03 19:27:30 +02:00
parent 71458dc6df
commit 68f829e11c
6 changed files with 26 additions and 13 deletions

View file

@ -0,0 +1,5 @@
class AddActionTakenByAccountIdToReports < ActiveRecord::Migration[5.0]
def change
add_column :reports, :action_taken_by_account_id, :integer
end
end