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 Build a Simple Ruby on Rails Application Getting Started with Rails Create a Variable: Part 2

Guessing something is wrong here?

Hi there!

In the transcript it says I should put double quotes and then another quote. I'm guessing that's a mistake, or am I just being dumb? :P

http://imgur.com/me0hclO

(I have no clue where else to put my 'Oh-I-Think-I-Found-An-Error'-reports, so I'm guessing this is the right place? If not, sorry!)

Cheers! Marciplan

2 Answers

Hi Marciplan

All you need to type in is:

= "Status Update"

It mentions double quotes in the first entry only to distinguish:

doublequotes: "
from singlequote: '

-Adan

Hey Adan,

Thanks for the reply! I managed to work it out, I just found the text confusing. As if it was trying to make me do the following: "Statusupdate'"

But it must be just me that's confused then :D

Cheers! -Marciplan