Repository: couchdb-cassim
Updated Branches:
  refs/heads/2657-fix-cassim-fabric-calls 47ed4c461 -> 38df06d31


Export migrate_security_props/2


Project: http://git-wip-us.apache.org/repos/asf/couchdb-cassim/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-cassim/commit/38df06d3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-cassim/tree/38df06d3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-cassim/diff/38df06d3

Branch: refs/heads/2657-fix-cassim-fabric-calls
Commit: 38df06d31faad9e66537eaf674768bac4f40a5a3
Parents: 47ed4c4
Author: Russell Branca <[email protected]>
Authored: Fri Apr 24 00:27:52 2015 +0000
Committer: Russell Branca <[email protected]>
Committed: Fri Apr 24 00:27:52 2015 +0000

----------------------------------------------------------------------
 src/cassim_security.erl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-cassim/blob/38df06d3/src/cassim_security.erl
----------------------------------------------------------------------
diff --git a/src/cassim_security.erl b/src/cassim_security.erl
index c094c85..3955b82 100644
--- a/src/cassim_security.erl
+++ b/src/cassim_security.erl
@@ -26,6 +26,7 @@
 ]).
 
 -export([
+    migrate_security_props/2,
     validate_security_doc/1
 ]).
 

Reply via email to