# File lib/voom/presenters/web_client/helpers/form_helpers.rb, line 9 def buttons(components) components.select {|c| eq(c.type, :button)} end
# File lib/voom/presenters/web_client/helpers/form_helpers.rb, line 5 def buttons?(components) buttons(components).any? end