mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
fix: remove survey.rb which was causing errors on production startup because of the enum type
This commit is contained in:
parent
d0721709f5
commit
8946971cd3
1 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Survey < ApplicationRecord
|
||||
enum form: {
|
||||
normal: 0,
|
||||
short: 1
|
||||
}, _default: :normal
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue