Browse Source
* Make tshortfall optional based on hidden tshortfall_known question * Add test for optional * Add test for JSON derived and dependent on false options * Test routing * Fix optionalitypull/619/head
13 changed files with 163 additions and 22 deletions
@ -0,0 +1,5 @@
|
||||
class AddTshortfallKnownCaseLogs < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :case_logs, :tshortfall_known, :integer |
||||
end |
||||
end |
Loading…
Reference in new issue