ruby on rails - Boolean toggle using rails_admin on list view -


i have basic rails_admin application , able toggle boolean value in list view of rails_admin.

for example, have scale model attribute 'activated'. when log in rails_admin dashboard see scale model , lists of various scales , activated attribute boolean value.

how make value editable in list view can change boolean value view don't have go in edit view edit value?

thanks!

i made gem time ago purpose - rails_admin_toggleable


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -