[Source]
# File merb-helpers/lib/merb-helpers/form/builder.rb, line 431 431: def process_form_attrs(attrs) 432: attrs[:action] ||= @origin.url(@name, @obj) if @origin 433: super 434: end
[Validate]