# File lib/merb-helpers/form/helpers.rb, line 93 def form_for(name, attrs = {}, &blk) with_form_context(name, attrs.delete(:builder)) do current_form_context.form(attrs, &blk) end end