El Martes, 11 de marzo de 2014 23:29:47 Markus C escribió: > I use cancan for a completely different purpose under one particular > namespace, so I want to disable cancan in ActiveScaffold which is only used > in another namespace. How can I do that? Basically I want to skip Cancan > Bridge completely.
Add an initializer with: ActiveScaffold.exclude_bridges = [:cancan] -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" 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/activescaffold. For more options, visit https://groups.google.com/d/optout.
