I have a scaffolds/scaffold_controllers directory, which I access via embedded scaffolds from the admin controller (which is not in the scaffolds directory).
I have active scaffold controllers for two models with habtm. In the scaffold controllers I specify action links to methods in the admin controller. This works great when viewing top level records. However, as soon as I open a nested scaffold, the action links break. They try to route to scaffolds/admin/method instead of admin/method. Any thoughts on fixing this short of adding static routes? -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
