module Merb::Helpers::Form::Builder::Resourceful

Private Instance Methods

process_form_attrs(attrs) click to toggle source
Calls superclass method
# File lib/merb-helpers/form/builder.rb, line 435
def process_form_attrs(attrs)
  attrs[:action] ||= @origin.url(@name, @obj) if @origin
  super
end