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

How to change "resource #1" to "" in dashboard collections

Add this method to the dashboard for Resource. Example for user:

def display_resource(user)
  user.name
end

User Docs

Clone this wiki locally