Sha256: da74df170d7c019e2875de9b12f1a4ea5afb0e53dad1a13402bb833fb938db60

Contents?: true

Size: 1.68 KB

Versions: 8

Compression:

Stored size: 1.68 KB

Contents

{I"
class:ETI"ProcessedAsset;FI"logical_path;TI"9social_networking/resources/on-your-mind-resource.js;FI"
pathname;TI"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/on-your-mind-resource.js;FI"content_type;TI"application/javascript;TI"
mtime;Tl+¢¿UI"length;TiùI"digest;TI"%57697af0b9727b232ca603aa94891b55;FI"source;TI"ù;(function() {
  'use strict';

  // Communicates with the 'on_the_mind_statements' server API.
  function OnYourMindStatements($resource) {
    var OnYourMindResource = $resource(
        '/social_networking/on_the_mind_statements/:id',
        { id: '@id' }
      );

    function OnYourMind() {}

    // Create a new 'On the Mind Statement' on the server.
    //
    // returns {Promise} A promise of the request.
    OnYourMind.create = function(attributes) {
      var onYourMind = new OnYourMindResource({
        description: attributes.description
      });

      return onYourMind.$save();
    };

    return OnYourMind;
  }

  angular.module('socialNetworking.services')
    .service('OnYourMindResource', ['$resource', OnYourMindStatements]);
})();
;TI"dependency_digest;TI"%ca41f72dcbe2838effe89c6a08fb9198;FI"required_paths;T[I"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/on-your-mind-resource.js;FI"dependency_paths;T[{I"	path;TI"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/on-your-mind-resource.js;F@I"2015-08-03T12:17:18-05:00;T@I"%57697af0b9727b232ca603aa94891b55;FI"
_version;TI"%069e88c06b889877799890854d7f4c40;F

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
social_networking-0.13.1 spec/dummy/tmp/cache/assets/development/sprockets/df3043f93780ab78e4f3795746c16fc5
social_networking-0.13.0 spec/dummy/tmp/cache/assets/development/sprockets/df3043f93780ab78e4f3795746c16fc5
social_networking-0.11.8 spec/dummy/tmp/cache/assets/development/sprockets/df3043f93780ab78e4f3795746c16fc5
social_networking-0.11.5 spec/dummy/tmp/cache/assets/development/sprockets/df3043f93780ab78e4f3795746c16fc5
social_networking-0.11.4 spec/dummy/tmp/cache/assets/development/sprockets/df3043f93780ab78e4f3795746c16fc5
social_networking-0.11.3 spec/dummy/tmp/cache/assets/development/sprockets/df3043f93780ab78e4f3795746c16fc5
social_networking-0.11.0 spec/dummy/tmp/cache/assets/development/sprockets/df3043f93780ab78e4f3795746c16fc5
social_networking-0.10.0 spec/dummy/tmp/cache/assets/development/sprockets/df3043f93780ab78e4f3795746c16fc5