fix indentation
This commit is contained in:
parent
8ac6b78170
commit
8cfed5af4f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue