I have attempted using this syntax, but it does not appear to work for a nested ActiveScaffold.
Can someone kindly recommend how to define the routes of controller with nested ActiveScaffolds using Rails 3 fork from vhochstein branch? On Dec 4 2010, 12:42 pm, Jeff Surrett <[email protected]> wrote: > The new syntax would be: > > resources :location do > as_routes > # other routes for location > end > > On Dec 4, 12:59 am, MichaelLatta <[email protected]> wrote: > > > > > > > > > I am using theRails3fork from vhochstein and trying to get setup > > working. I have used an older version of active scaffold underRails > > 2.x. > > > Using "resources :location, :activescaffold => true" does not appear > > to generate the needed routes. Are the required routes needed to be > > added to the standard resource routes listed somewhere? Should this > > generate the missing reoutes? -- 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.
