ActionView::TemplateError (stack level too deep)

ActionView::TemplateError (stack level too deep) on line #1 of
storefront/_producer_summary.html.erb:
1:

Producer: <%= link_to “tee and cakes”,
store_url(store) %>

I can’t seem to figure out what might be causing this error. From
googling, it looks like this is an error when the template file is
compiled and is limited by the system stack. What could I do to
decrease the stack level? I imagine this is a db design issue, but
that’s kind of a stab in the dark.

Thanks,
Nik

ActionView::TemplateError (stack level too deep) on line #1 of
storefront/_producer_summary.html.erb:
1:

Producer: <%= link_to “tee and cakes”,
store_url(store) %>

I can’t seem to figure out what might be causing this error. From
googling, it looks like this is an error when the template file is
compiled and is limited by the system stack. What could I do to
decrease the stack level? I imagine this is a db design issue, but
that’s kind of a stab in the dark.

What’s your partial look like? Any chance your partial is accidently
including itself?

What’s your partial look like? Any chance your partial is accidently
including itself?

It’s a nested partial, but from what I can tell it doesn’t include
itself.

http://pastie.org/209742

includes: http://pastie.org/209744