Thanks guys. I'm just starting out with hobo and wanted to try putting dryml there to see it work. I soon realized that I'd be doing the same thing for my edit page so I'm back to extending it admin_site.dryml. I'm having a similar problem there....
The closest I've come is to extend the new-page and redefine the form and field-list. With a route like /service_orders/new its perfect, but it does not work for /service_orders/1-cust/new. What is the proper way to let it know that it will be extending for new_for_customer too. Moreover, can I somehow extend the form tag or do I define a new tag and add it both new and edit pages? MIke On Thu, May 20, 2010 at 8:21 AM, Tom Locke <[email protected]> wrote: > > you need to name it new_for_customers.dryml I believe > > Close : ) > > new_for_customer.dryml > > The general tip if you get lost is "rake routes", and look for your route. > The dryml file needs to have the same name as the action > > ... :action => "new_for_customer"} > > Tom > > -- > 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]<hobousers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. > > -- 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.
