# frozen_string_literal: true module Formula class FormBuilder < ::ActionView::Helpers::FormBuilder # Generate a form button. # # Options: # # * :container - add custom options to the container # * :button - add custom options to the button # # Usage: # # f.button(:name) # # Equivalent: # #