# File lib/bootstrap_form/helper.rb, line 29 def bootstrap_form_tag(options = {}, &block) options[:acts_like_form_tag] = true bootstrap_form_for("", options, &block) end