Hi there I habe a model: project with two has_many associations
has_many :steps, :dependent => :destroy, :order => :position has_many :tasks, :dependent => :destroy, :order => :position In both the steps_controller and the tasks_controller I have auto_actions_for :project, :create In the autogenerated pages.dryml the tasks goes to the <aside> section and the steps go under the main content section. Is theer a way to have the tasks the tasks in the main content section and the steps in the aside. Where would I go to define this? Thanx Roland --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
