Skip to content

Instantly share code, notes, and snippets.

@tehPlayer
Created December 4, 2014 12:16
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 tehPlayer/59a696d40ac4e9e33f3f to your computer and use it in GitHub Desktop.
Save tehPlayer/59a696d40ac4e9e33f3f to your computer and use it in GitHub Desktop.
# 'use strict'
# angular.module('saasPlatform')
# .factory 'ShopsApi', ($resource) ->
# shops: $resource "/shops", {}
class Shop extends RailsResource
@configure url: '/shops', name: 'shop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment