examples/memcached.rb in toystore-0.13.0 vs examples/memcached.rb in toystore-0.13.1
- old
+ new
@@ -16,10 +16,10 @@
end
list = GameList.create(:source => {'foo' => 'bar'})
pp list
-pp GameList.get(list.id)
+pp GameList.read(list.id)
list.destroy
-pp GameList.get(list.id)
\ No newline at end of file
+pp GameList.read(list.id)