Heya,
Whenever i open my post page on localhost it shows the array of the posts i'm getting out of my controller at the bottom of my yield.
I can't find any code where i'm stating that i want to see it there.
Any thoughts?
Thanks
Heya,
Whenever i open my post page on localhost it shows the array of the posts i'm getting out of my controller at the bottom of my yield.
I can't find any code where i'm stating that i want to see it there.
Any thoughts?
Thanks
You may have a <%= where you meant just <%. If you cannot find the problem then remove code from the view till it disappears, then you will know what code is producing it.
Colin
Ah, got it. Thanks again, Colin! I used <%= at my each I'm so dumb xD
We have all done it.
Colin