melonhead901 / lab-specimen-transport-system

Automatically exported from code.google.com/p/lab-specimen-transport-system
0 stars 0 forks source link

Locals passed to partials in items/idex.html.erb aren't used or necessary #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The locals (:items => @items) passed to the partials in index/index.html.erb 
aren't necessary - the instance variables defined in the controller are visible 
to the partial by default.

Original issue reported on code.google.com by stein.za...@gmail.com on 19 May 2011 at 7:22

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by donovanh...@gmail.com on 21 May 2011 at 4:41

GoogleCodeExporter commented 8 years ago
I took a look at the changes. Looks good.

Original comment by liu.al...@gmail.com on 24 May 2011 at 12:33