upmin / upmin-admin-ruby

Framework for creating powerful admin backends with minimal effort in Ruby on Rails.
MIT License
755 stars 66 forks source link

Customize which attributes are shown for instances of any model #141

Closed elersong closed 9 years ago

elersong commented 9 years ago

I've read through the wiki (really sparse), watched videos (again) and read through the current issues. I have found no current-updated way to select which attributes I want to show for each record on the index page of each model. For instance, on my User model, I only want upmin to give me the User instance's :name, :email, and :number_logins... however, it's currently giving me all of the attributes on that db table.

How do I customize like that?

gabrielrios commented 9 years ago

You can customize your models

Or Even customize your search results

First option would impact into the form too.