I've got this call to <delete-button> in one my index.dryml files: <delete-button image="delete.png" update="self" title="delete"/>
which is causing this error: undefined method `src' for #<#<Class:0x00000010f58fd8>:0x00000010f313c0> I had an <image> tag as well which was causing a similar error and had to replace it with this: <%= image_tag "pencil.png", :alt => "Edit" %> for it to work. This just started occurring after an upgrade to 1.4. Let me know if there is something I need to change or if this could be a bug. Thanks, -- 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/-/joK4K5s4CPIJ. 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.
