Closed danil-z closed 13 years ago
What do you want to achieve by setting delete.link = false??
i would like to give rights to delete certain records depends user role... depends current_user...
and hide this link for others role i made it with autorized_for_delete but link still visible(inactive)
Please use ignore_method for this task: http://vhochstein.wordpress.com/2010/09/30/actionlink-response-and-ignore/
Will close this issue. In case of any further question just reply.
Next try to close
Hello again, if i define
everything is good but if
all conditions work exept active_scaffold_config.delete.link = false
is it bug?