23.10 Caching, Part Two 23.8 Uploading Files to Rails Applications
cp -vr /home/rubys/git/awdwr/edition3/data/code/e1/views/app/views/partial app/views
`/home/rubys/git/awdwr/edition3/data/code/e1/views/app/views/partial' -> `app/views/partial'
`/home/rubys/git/awdwr/edition3/data/code/e1/views/app/views/partial/_partial.html.erb' -> `app/views/partial/_partial.html.erb'
`/home/rubys/git/awdwr/edition3/data/code/e1/views/app/views/partial/list.html.erb' -> `app/views/partial/list.html.erb'
`/home/rubys/git/awdwr/edition3/data/code/e1/views/app/views/partial/_spacer.html.erb' -> `app/views/partial/_spacer.html.erb'
`/home/rubys/git/awdwr/edition3/data/code/e1/views/app/views/partial/_animal.html.erb' -> `app/views/partial/_animal.html.erb'
`/home/rubys/git/awdwr/edition3/data/code/e1/views/app/views/partial/test1.html.erb' -> `app/views/partial/test1.html.erb'
`/home/rubys/git/awdwr/edition3/data/code/e1/views/app/views/partial/_article.html.erb' -> `app/views/partial/_article.html.erb'
get /partial/list
The animal is ant
The animal is bee
The animal is cat
The animal is dog
The animal is elk
23.10 Caching, Part Two 23.8 Uploading Files to Rails Applications