fix: remove survey.rb which was causing errors on production startup because of the enum type

This commit is contained in:
Nelson Jovel 2024-11-20 15:28:07 -08:00
parent ca022c7d28
commit 9b9da5f61b

View file

@ -1,8 +0,0 @@
# frozen_string_literal: true
class Survey < ApplicationRecord
enum form: {
normal: 0,
short: 1
}, _default: :normal
end