argument error
This commit is contained in:
parent
9858f85c19
commit
428d304438
|
@ -418,7 +418,7 @@ module CouchRest
|
||||||
elsif target.is_a?(Class)
|
elsif target.is_a?(Class)
|
||||||
self[k] = target.new(self[k])
|
self[k] = target.new(self[k])
|
||||||
else
|
else
|
||||||
raise ArgumentError, ":as => MyClass, :as => [MyClass]"
|
raise ArgumentError, "Call like - cast :field, :as => MyClass - or - :as => [MyClass] if the field is an array."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue