Ok, so I'm challenging myself to actually learn ruby/rails, I'm
currently doing the 12 on 12 challenge by mackenzie childs, i'm doing
the Muze app. I'm trying to add a comment section to the post section of
the site but when i try to pull up a post, i'm getting:
Haml::SyntaxError in Posts#show
Extracted source (around line #10):
you can review the code below (i've marked it) line 10 is ".comment",
what is going on, whats wrong with that code? Please Help!!!!
Ok, so I'm challenging myself to actually learn ruby/rails, I'm
currently doing the 12 on 12 challenge by mackenzie childs, i'm doing
the Muze app. I'm trying to add a comment section to the post section of
the site but when i try to pull up a post, i'm getting:
Haml::SyntaxError in Posts#show
Extracted source (around line #10):
you can review the code below (i've marked it) line 10 is ".comment",
what is going on, whats wrong with that code? Please Help!!!!
Since haml uses indentation to denote blocks etc it is very sensitive to indentation errors. I can't see if that's the cause of your problem though since your annotation has changed the indentation. There should also be more to the error message.