view now gets item with details
This commit is contained in:
@@ -21,7 +21,6 @@ end
|
||||
# gets single item for detailed display (like comments etc. ) # TODO: change when comments are added
|
||||
get '/item/:id' do |id_s|
|
||||
item = Item.find(id_s.to_i)
|
||||
|
||||
prepare_items_for_mass_display(item)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user