Skip to content
Josh edited this page Feb 11, 2016 · 6 revisions

How to change "User #1" to "Testy McTesterson" in dashboard collections

Add this method to the dashboard for Resource. Use whatever attribute or method you like. Example for user:

def display_resource(user)
  user.name
end

User Docs

Clone this wiki locally