This commit is contained in:
Connor Turland 2012-10-30 00:40:37 -04:00
parent f5015de9df
commit 967cbb3f51

View file

@ -46,7 +46,7 @@ class ItemsController < ApplicationController
@user = current_user
if params[:initem]
if params[:initem] != ""
@item = Item.find(params[:initem])
else
@item = Item.new()