I have tinkered with both and rails & hobo for a while now, but I'm still a noob. Not sure how to tackle this problem, any pointers would be great:
I have a set of daily activities (Activity Model) that I want a user to be able to check off which of those they completed each day. So I want to list all 12 Activities daily with a checkbox beside, so the user can just check the box off when completed. This needs to add a new record to my CompletedActivity model (belongs_to Activity, belongs_to Owner). Not entirely sure where to start... any pointers?
-- 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.
