I'm looking at creating a dashboard for a logged in user which would then query the display other models data.
Would the best way to do this be to use something similar to this post: Map URL "/users/id" to "/dashboard" in Rails 3?, then to use a custom dashboard controller or would something like the Cells gem make this more straight forward?
I've also read this post which talks about something similar: How to pass argument to delegate method in Rails
Many thanks,
James