I’m following a tutorial (book) about building rails apps but i ran into a problem and i can’t figure how to solve it.
When i try to edit a product the page simply displays de code (with ruby code) and two question marks at the top. All the other views (create, show…) are correct so I can figure it out.
Any help?
Thanks!!
What -are- those two question marks? My guess is that since Rails can’t parse it as an erb file, it just displays it as is.