We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af8d7c8 + fd89ab7 commit 251530eCopy full SHA for 251530e
lib/smart_answer/flow.rb
@@ -48,16 +48,6 @@ def status(s = nil)
48
@status
49
end
50
51
- def section_slug(s = nil)
52
- ActiveSupport::Deprecation.warn("Sections are no longer handled within smartanswers.", caller(1))
53
- nil
54
- end
55
-
56
- def subsection_slug(s = nil)
57
58
59
60
61
def multiple_choice(name, options = {}, &block)
62
add_node Question::MultipleChoice.new(self, name, options, &block)
63
0 commit comments