|
## How to change "User #1" to "Testy McTesterson" in dashboard collections
|
|
# Home |
|
|
|
\ No newline at end of file |
|
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
|
|
|
|
```` |
|
|