Browse Source

fixup! CLDC-4331: Add model for download records

remove organisation type
CLDC-4331-make-downloads-traceable
samyou-softwire 3 weeks ago
parent
commit
f5d5375a42
  1. 1
      app/models/download_record.rb

1
app/models/download_record.rb

@ -8,7 +8,6 @@ class DownloadRecord < ApplicationRecord
user: 0, user: 0,
lettings_log: 1, lettings_log: 1,
sales_log: 2, sales_log: 2,
organisation: 3,
scheme: 4, scheme: 4,
}.freeze }.freeze

Loading…
Cancel
Save