Skip to content

Instantly share code, notes, and snippets.

@rodriguezartav
Created October 20, 2014 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodriguezartav/3d279f3252375be46ca2 to your computer and use it in GitHub Desktop.
Save rodriguezartav/3d279f3252375be46ca2 to your computer and use it in GitHub Desktop.
3VOt Model Account
var _3Model = require("3vot-model")
var Ajax = require("3vot-model/lib/3vot-model-vfr-sfc");
Account = _3Model.setup("Account", ["Name"]);
Account.ajax = Ajax;
module.exports= Account
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment