class Playbook::Forms::Builder

def actions

def actions
  context = @template.respond_to?(:view_context) ? @template.view_context : @template
  context.content_tag :ol, class: "pb-form-actions" do
    yield ActionArea.new(@template, submit_default_value)
  end
end