fix indentation
This commit is contained in:
parent
8ac6b78170
commit
8cfed5af4f
1 changed files with 245 additions and 241 deletions
|
@ -85,6 +85,10 @@ module CouchRest
|
||||||
new(doc)
|
new(doc)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def cast field, opts = {}
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
# Defines methods for reading and writing from fields in the document.
|
# Defines methods for reading and writing from fields in the document.
|
||||||
# Uses key_writer and key_reader internally.
|
# Uses key_writer and key_reader internally.
|
||||||
def key_accessor *keys
|
def key_accessor *keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue