Ruby on Rails Friday, May 28, 2010

Ahh! That makes sense. Now... :) Fred you're my new hero!

So the problem seems to be I'm not correctly passing the form_builder
from my view file to the controller.

view file
=============

<%= observe_field("trial_org_id", :url => {:action => :observe,
:trial_id => @trial.id, :f=> f}, :with => 'q') %>

controller file
==============

@form = params[:f]


I was expecting params[:f] to return the object, but as you pointed out
it is returning a string describing the object.


How can I get observe_field to pass the object itself?
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment