Skip to content

Commit

Permalink
Fixes lift#1627
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhlmann committed Oct 4, 2014
1 parent fb00517 commit 77ba2b7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -678,6 +678,7 @@ trait MetaMapper[A<:Mapper[A]] extends BaseMetaMapper with Mapper[A] {
case JField("$persisted", JBool(per)) =>
ret.persisted_? = per
true
case _ => false
}

for {
Expand Down

0 comments on commit 77ba2b7

Please sign in to comment.