no changes
This commit is contained in:
parent
5e1ec6ea26
commit
4a12f251e4
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class ItemsController < ApplicationController
|
|||
|
||||
autocomplete :item, :name, :full => true, :extra_data => [:user_id]
|
||||
|
||||
|
||||
# GET /users/:user_id/items
|
||||
def index
|
||||
@user = User.find(params[:user_id])
|
||||
|
|
Loading…
Reference in a new issue