This post seems to be relevant to what I am doing:

http://groups.google.com/group/hobousers/browse_thread/thread/20dd269697d7f333/142af1f96a09edff?lnk=gst&q=new_action#142af1f96a09edff

...but I cannot get hobo to parse out my URL the way I expect it
too...  it keeps turning my action into an "id" parameter.

Here is what I am trying to do... I want a custom NEW action.  Since
you can't do a "new_action :name_of_new_action" syntax I am creating a
def called manual_insert.

>From a parent model, I want to pass its ID like so /new_controller/
new_action?parent_model_id=1...

But this yields a routing error.  It thinks the value following
new_controller should be and ID, followed by an action, but since I
want this to be a NEW item... well, I don't HAVE an ID.

I know I am not thinking this through properly.  Is there a way to do
a new_from_parent that will be handled properly?  If so, how would I
form the link syntax?

-- 
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.

Reply via email to