Re: [Hobo Users] name-one-local

2010-04-25 Thread Tom Locke
Suggestions for a better name are also welcome. Would it work to have this be an attribute that can be passed to the regular name-one? -- You received this message because you are subscribed to the Google Groups Hobo Users group. To post to this group, send email to

[Hobo Users] Re: Working with child data record on its parent's page...

2010-04-25 Thread storitel
i finally managed to stay on the contact page after the call is added by putting the following in the CallsController def create_for_contact hobo_create do redirect_to :back if valid? end end what I can't understand is why after-submit: uri=stay-here/ doesn't make any

Re: [Hobo Users] Re: Working with child data record on its parent's page...

2010-04-25 Thread Matt Jones
On Apr 25, 2010, at 7:52 PM, storitel wrote: i finally managed to stay on the contact page after the call is added by putting the following in the CallsController def create_for_contact hobo_create do redirect_to :back if valid? end end what I can't understand is why