I'm not sure if I understand you, but I think you want something like:
def new hobo_new Foo.new(get_foo_attributes) end tomPorter wrote:
I do not want to automatically add the populated record to the table, but rather have the fields in the 'New' page get populated for review by the user prior to them pressing the 'Create foo' button. I have a helper method that takes the known input field, does a lookup to a third-party web API and returns a hash of all the fields required for the item record. I don't mind waiting for the lookup to take place. Once the record has been created, the edit function will not present the lookup button. Thanks!
-- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
