Created
July 3, 2016 09:19
-
-
Save splinter/0e7687b809d7e7d99f101d7465cd5a26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asset.configure = function(){ | |
return { | |
table:{ | |
tests:{ | |
fields:{ | |
plan:{ | |
type:'file' | |
} | |
} | |
} | |
} | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment