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

When Do I use "@" and when do I not?

I'm trying to figure out why we use the "@" symbol in some areas of rails, but not in others.

For example: On one file, we'll use @status.user.first_name and on another file, we will just use status.user.first_name without the "@" symbol. How do we know when to use it?

Thanks!

1 Answer

Hey Anthony, I've yet to really delve into Ruby but check some of these links out.

Thanks, Dustin! I'll certainly check these out.

Sure, and here's a good Ruby News Resource if you're interested as well.