Skip to content

Instantly share code, notes, and snippets.

@LBRapid
Created May 28, 2013 14:12
Show Gist options
  • Save LBRapid/5663038 to your computer and use it in GitHub Desktop.
Save LBRapid/5663038 to your computer and use it in GitHub Desktop.
var resource;
resource = railsResourceFactory({
url: '/api/registrations',
name: 'registration'
});
resource.prototype.availableKeys = function() {
return this.$get(this.$url() + '/available_keys');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment