Skip to content

Commit

Permalink
Merge branch 'seperated-out-to-dict' of github.com:openhealthcare/opa…
Browse files Browse the repository at this point in the history
…l into seperated-out-to-dict
  • Loading branch information
fredkingham committed Aug 17, 2016
2 parents 2347021 + 6b12cfd commit f557eab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/docs/reference/mixins.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## OPAL mixins

### SerialisableFields
provides the fields that a model uses for the
fields below for example
provides the fields that are on the model for example
if we have an allergy model with a field drug
it might serialise like below

Expand All @@ -11,7 +10,7 @@ it might serialise like below

### ToDictMixin
provides a method that serialises a model
to a dictionary based on its fields for example
to a dictionary for example
if we have an allergy model with a field drug
it might serialise like below

Expand Down

0 comments on commit f557eab

Please sign in to comment.