Array at bottom of yield

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

On 21 June 2012 09:25, Timen E. [email protected] wrote:

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.

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 :slight_smile: I’m so dumb xD

On 21 June 2012 10:04, Timen E. [email protected] wrote:

Ah, got it. Thanks again, Colin! I used <%= at my each :slight_smile: I’m so dumb xD

We have all done it.

Colin