search for: add_atk

Displaying 1 result from an estimated 1 matches for "add_atk".

Did you mean: add_arg
2006 May 27
2
Error, in my store provider.
...h1>Welcome to Hackey''s!</h1> <h3>Catalog</h3> <table border="2" bordercolor="red"> <% for items in @items -%> <% temp12 = Item.find(items.item_id) -%> <tr><td><%= @temp12.name %></td><td><%= @temp12.add_atk %></td><td><%= @temp12.add_def %></td><td><%= @temp12.sell %></td></tr> <% end -%> </table> It doesn''t like Item.find(items.item_id) BTW: the table is called hackey, so maybe it dosn''t like the items in @items but, I...