Sha256: 4a27caea052288556b6c9842d94b444ea1c927325c8a89ab3e87cce5db8cb927
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true module Formtastic module Actions module Buttonish def supported_methods [:submit, :reset] end def extra_button_html_options { :type => method } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
formtastic-5.0.0 | lib/formtastic/actions/buttonish.rb |