jeudi 24 mars 2016

Rails Admin - Delete not available for some records

I got an old app that uses Rails Admin for its admin section. Its a great tool! Minimum code, maximum punch! But I am experiencing a problem.

Some records are not possible to delete through the administrative interface. This is because there exists no 'delete' button.

What could be preventing the delete link from been generated?

Notes

  • In the console I was able to delete the record using offer.destroy
    • This means that there are no callbacks preventing the delete, isn't it?
  • The application is Rails 3.2
  • Using Rails Admin 0.4
  • snap

Aucun commentaire:

Enregistrer un commentaire