Browse Source

Improve comment

Co-authored-by: Dushan <47317567+dushan-madetech@users.noreply.github.com>
pull/23/head
Daniel Baark 3 years ago
parent
commit
4dbb5d523e
  1. 2
      app/models/form.rb

2
app/models/form.rb

@ -27,7 +27,7 @@ class Form
}.reduce(:merge) }.reduce(:merge)
end end
# Returns a hash with the pages as keys # Returns a hash with the pages of a subsection as keys
def pages_for_subsection(subsection) def pages_for_subsection(subsection)
all_subsections[subsection]["pages"] all_subsections[subsection]["pages"]
end end

Loading…
Cancel
Save