On Thursday, April 18, 2013 4:10:41 PM UTC-7, Gabriel Correa wrote: > > Is this the correct catchall route to enable scaffolding_extensions on > rails? > > I keep getting "no route matches index for ScaffoldController" > > match ':controller(/:action(/:id))(.:format)' >
That route doesn't look wrong. What does your ScaffoldController code look like? If it doesn't define an index action (scaffold doesn't, scaffold_all_models does), that could be the reason. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
