RailsCasts Pro episodes are now free!

Learn more or hide this

reejosamuel's Profile

GitHub User: reejosamuel

Comments by

Avatar

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 ?

Avatar

Found it selectable_column inside the index do block

Avatar

Hey 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.