Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unfold_form.rb')
-rw-r--r--lib/unfold_form.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/unfold_form.rb b/lib/unfold_form.rb
deleted file mode 100644
index 46b12beeaaf..00000000000
--- a/lib/unfold_form.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require_relative 'gt_one_coercion'
-
-class UnfoldForm
- include Virtus.model
-
- attribute :since, GtOneCoercion
- attribute :to, GtOneCoercion
- attribute :bottom, Boolean
- attribute :unfold, Boolean, default: true
- attribute :offset, Integer
-end