with_dom do |page|
link_to_remote :url => {:action => 'weeble', :id => @thing.id},
:with => {:param_name1 => page[:other_thing_id], :param_name2 => page[:yet_another_thing_id]}
end
|
with_dom do |page|
link_to_remote :url => {:action => 'weeble', :id => @thing.id},
:with => {:param_name1 => page[:other_thing_id], :param_name2 => page[:yet_another_thing_id]}
end
|