W dniu 14.07.2010 00:29, spokra pisze: > are view hint just for the show page? or do they auto-magicly work > in create and edit pages?
>From http://cookbook.hobocentral.net/tutorials/agility#associations Although we have modelled the assignment of tasks to users, at the moment there is no way for the user to set these assignments. We’ll add that to the task edit page. Create a task and browse to the edit page - only the description is editable. Hobo does provide support for “multi-model” forms, but it is not active by default. To specify that a particular association should be accessible to updates from the form, you need to declare :accessible => true on the association. -- 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.
