Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

nested resources maybe?

If I could just get pointed in the right direction of what to do research on that would be great.

alright so I've created the app, created an Admin Model and created a User Model using devise.

As an Admin: show list of users each user will have a list of categories each category will contain an uploaded .pdf from the admin

As a User: show list of categories each category will contain an uploaded .pdf that they can click on to view

the admin needs to upload different .pdf files to different users seems simple enough but I am having a heck of a time trying to figure this out or even the right questions to google.