Ok color me dumb but I've done this a lot on hobo 1.3 but now with a new app using 1.4 from git when I add the following to application.dryml
<extend tag="form" for="Hour"> <old-form merge> <field-list: fields="date, hours_worked, work_code, project, comments"/> </old-form> </extend> I get the following error NameError (undefined method `form__for_hour' for class `#<Class:0x000000046025d0>'): I have a class named Hour and it's not the fields. I can remove everything between the extend tags leaving a blank body and I still get the error. I even copied the auto tag definition from rapid changing the def to extend and it still didn't work. What dumb thing am I doing this time? Bob -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/PqglC3VvLYwJ. 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.
