module Playbook::PbForm::FormBuilder

def actions(&block)

def actions(&block)
  ActionArea.new(self).wrapper(&block)
end