I'm using polymorphic on my Review model as reviewable. Where users can review other users and posts.
How will I make it possible to have an owner for each review. BY owner i mean a associated user. Because owner User and the reviews on User are crashing. All good method i can follow or ideas ?
I have small problem.
I'm using polymorphic on my Review model as reviewable. Where users can review other users and posts.
How will I make it possible to have an owner for each review. BY owner i mean a associated user. Because owner User and the reviews on User are crashing. All good method i can follow or ideas ?
Found it
selectable_column
inside the index do blockHey does anyone know how to show the selection toggle next to each row for batch actions when using the custom table columns.
This is there by default but disappears as soon as we customize. I'm not able to find it in the documentation.