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.
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?