From c1fd719e18e2ab7f0412cf95b5e336a3aeea8006 Mon Sep 17 00:00:00 2001 From: Mark Chao Date: Wed, 23 Jan 2019 16:50:19 +0800 Subject: Add full option for blob diff action --- lib/unfold_form.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/unfold_form.rb') diff --git a/lib/unfold_form.rb b/lib/unfold_form.rb index 05bb3ed7f1c..53adc3af0cd 100644 --- a/lib/unfold_form.rb +++ b/lib/unfold_form.rb @@ -9,6 +9,7 @@ class UnfoldForm attribute :to, GtOneCoercion attribute :bottom, Boolean attribute :unfold, Boolean, default: true + attribute :full, Boolean, default: false attribute :offset, Integer attribute :indent, Integer, default: 0 end -- cgit v1.2.1