Views for Admin Dashboard
Read up on Administrate. https://github.com/thoughtbot/administrate
e.g.:
# Overwrite this method to customize how users are displayed
# across all pages of the admin dashboard.
#
def display_resource(user)
#"User ##{user.id}". #this is the default
user.name #this will cause select dropdown to use 'name'
end
Notifications
You’re not receiving notifications from this thread.