I have a comment model, what to use in my mvc's? @comment, :comment or comment?
- by Winston
I have a comment model, I've seen examples of using @comment, :comment, comment to reference for the object in MVC? how do I know which is which? Is there a distinction?