diff --git a/README.rdoc b/README.rdoc index 3f59d64..76c560e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -111,7 +111,8 @@ You can also specify complex types like this: end -The class MyCustomModel must include +Virtus.model+ or +Virtus.value_object+ or it must include at least one module that includes +Virtus.module+ if you want it to show up in the documentation! +The class MyCustomModel must include +Virtus.model+ or +Virtus.value_object+ or it must include at least one module that includes +Virtus.module+ if you want it to show up in the documentation! +Please checkout {Virtus Gem}[https://github.com/solnic/virtus] for further documentation! You can also use aggregation with another fault class exception like this: