Hi, Did you override any controller authorize methods such as update_authorized? or did you implement your own authorized methods for your custom action_links?
In that case please make sure that you use correct method signature. eg: def update_authorized?(record = nil) -- Volker On 5 Apr., 07:55, dlamet <[email protected]> wrote: > That makes complete sense. But when I remove the action_links line > altogether, it makes no difference. I've searched through my project > and removed one other such line. There's no other action_links usage > in the project, but I get the very same error. Any other ideas? > > Dan -- 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.
