Pale Horse wrote: > ActionView::TemplateError (SystemExit: exit: SELECT * FROM > product_stocklevels WHERE (product_stocklevels.product_id = 831 AND > (size = 'W44 L 32' AND stock > 0)) LIMIT 1) > > Before I paste more code, has anyone come across this before?
Maybe you need to paste more code. Only think we can tell from this is that you have a TemplateError in your view. Most likely a syntax error somewhere. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

