Is there any option for creating a Custom view in Rails Admin ?
I tried to find information about, but unsuccessfully.
Is there any option for creating a Custom view in Rails Admin ?
I tried to find information about, but unsuccessfully.
Unlike devise which can generate view using
rails g devise:views
you cant achieve this with rails_admin as the feature is now depreciated:
rake rails_admin:copy_views
instead you need to style the view using the following docs
https://github.com/sferik/rails_admin/wiki/List-view-table-styling