rails new lostandfound
rails generate scaffold Item title:string description:text type:string
rake db:migrate
/items/search
. It should go to a controller action 1.tem#search. Refer to Rails Routing from the Outside In: 1.int: you will be adding a “Collection Route” (section 2.10.2)rake routes
to see that this route in fact now exists