lib/formulaic/inputs/array_input.rb in formulaic-0.4.0 vs lib/formulaic/inputs/array_input.rb in formulaic-0.4.1

- old
+ new

@@ -1,12 +1,7 @@ module Formulaic module Inputs class ArrayInput < Input - def initialize(label, value) - @label = label - @value = value - end - def fill attempt_to_fill_selects || attempt_to_fill_checkboxes || raise_input_error end