We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afe8e1 commit bd462f6Copy full SHA for bd462f6
lib/smart_answer/question/base.rb
@@ -4,7 +4,6 @@ class Base < Node
4
class NextNodeUndefined < StandardError; end
5
6
def initialize(flow, name, options = {}, &block)
7
- @save_input_as = nil
8
@validations = []
9
@default_next_node_block = lambda { |_| nil }
10
@permitted_next_nodes = []
0 commit comments