fix indentation

This commit is contained in:
Chris Anderson 2008-10-02 16:27:45 -07:00
parent 8ac6b78170
commit 8cfed5af4f

View file

@ -85,6 +85,10 @@ module CouchRest
new(doc)
end
def cast field, opts = {}
end
# Defines methods for reading and writing from fields in the document.
# Uses key_writer and key_reader internally.
def key_accessor *keys