{I" class:ETI"ProcessedAsset;FI"logical_path;TI"9social_networking/resources/participants-resource.js;FI" pathname;TI"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/participants-resource.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+¢¿UI" length;TiFI" digest;TI"%958bfc6f1495d64b900aab2bb125d600;FI" source;TI"F;(function() { 'use strict'; function Participants($resource) { var ParticipantResource = $resource('/social_networking/participants/:id', { id: '@participant_id' }); function Participant() {} Participant.getAll = function() { return ParticipantResource.query().$promise; }; Participant.getOne = function(participant_id) { return ParticipantResource.get({ id: participant_id }).$promise; }; return Participant; } angular.module('socialNetworking.services') .service('Participants', ['$resource', Participants]); })(); ;TI"dependency_digest;TI"%c1a1234e6e753a60f83fd296e9c0f39a;FI"required_paths;T[I"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/participants-resource.js;FI"dependency_paths;T[{I" path;TI"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/participants-resource.js;F@I"2015-08-03T12:17:18-05:00;T@I"%958bfc6f1495d64b900aab2bb125d600;FI" _version;TI"%883b724e06f474a3db2deee10c127ab9;F