OpenFn/OpenFn-Site

View on GitHub
app/assets/javascripts/the_bridge_ng/resources/mappings/mapping.js.coffee

Summary

Maintainability
Test Coverage
@resourceModule.factory 'Mapping', ['$resource', ($resource) ->
  $resource "/mappings/:id", {id: "@id"},
    update:
      method: "PUT"
]