module FormtasticBootstrap::Actions::Base
Public Instance Methods
default_wrapper_classes()
click to toggle source
Default button class
# File lib/formtastic-bootstrap/actions/base.rb, line 11 def default_wrapper_classes ["btn"] end
wrapper(&block)
click to toggle source
Bootstrap doesn't have wrappers.
# File lib/formtastic-bootstrap/actions/base.rb, line 6 def wrapper(&block) template.capture(&block) end