From: bimo remus Date: 2006-01-14T06:14:26+09:00 Subject: why is this a comile error I am doing a tutorial from the Thomas~Hansson book and am getting this error: Extracted source (around line #17): 14: <%= link_to 'Add to Cart', 15: {:action => 'add_to_cart', 16: :id => product }, 17: class => 'addtocart' %> 18:
19: 20: Trace of template inclusion: /app/views/store/index.rhtml I've compared what I have with the book and they seem the same. I'm thinking that either I'm missing something (very possible) or maybe the error is actually being generated somewhere else but I'm very green (a newbie)... Does anyone have any ideas? b -- Posted via http://www.ruby-forum.com/.