lib/picky/backends/memory/json.rb in picky-3.1.11 vs lib/picky/backends/memory/json.rb in picky-3.1.12
- old
+ new
@@ -14,10 +14,10 @@
:json
end
# The initial content before loading.
#
- def default
+ def initial
{}
end
# Loads the index hash from json format.
#
\ No newline at end of file