> currently it is not possible to do that with auto_actions_for, which > has to be specified in comments_controller eg as: > auto_actions_for :parent
Can't you do something like auto_actions_for :target Where: class Comments belongs_to :target ... end Doesn't work? 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] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
