Sha256: 53493b631453d5875160d44c2250db35e793c9b97391942011eb51ebb2962ef7

Contents?: true

Size: 1.53 KB

Versions: 11

Compression:

Stored size: 1.53 KB

Contents

I"(function() {
  var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
    hasProp = {}.hasOwnProperty;

  App.Models.Article.Comment = (function(superClass) {
    extend(Comment, superClass);

    Comment.identity = "Article.Comment";

    Comment.remoteName = "Comment";

    Comment.resources = {
      url: '/user/articles/:articleId/comments',
      paginate: {
        per: 10
      },
      main: {
        url: '/articles/:articleId/comments',
        paginate: {
          per: 5
        }
      }
    };

    Comment.attributes = {
      author: {
        validations: {
          presence: true
        }
      },
      text: {
        validations: {
          presence: true,
          vulgarity: true
        }
      },
      articleId: {
        type: "Int",
        validations: {
          presence: true
        },
        remoteName: "article_id"
      },
      createdAt: {
        type: "Date",
        remoteName: "created_at"
      },
      updatedAt: {
        type: "Date",
        remoteName: "updated_at"
      }
    };

    function Comment(data) {
      Comment.__super__.constructor.call(this, data);
    }

    Comment.receivedSignal = function(signal, data) {};

    Comment.prototype.receivedSignal = function(signal, data) {};

    return Comment;

  })(App.Models.Base);

}).call(this);
:ET

Version data entries

11 entries across 4 versions & 1 rubygems

Version Path
loco-rails-1.0.2 test/dummy/tmp/cache/assets/sprockets/v3.0/GcUlpAeOl63J8yvg25duAeSDSRNAQH10Luwf2eu3Nr0.cache
loco-rails-1.0.2 test/dummy/tmp/cache/assets/test/sprockets/v3.0/GcUlpAeOl63J8yvg25duAeSDSRNAQH10Luwf2eu3Nr0.cache
loco-rails-1.0.2 test/dummy/tmp/cache/assets/sprockets/v3.0/V6qNvhPbAfCiqTxWCdabuMigYarGyDfJwJ6ghb4LsL8.cache
loco-rails-1.0.1 test/dummy/tmp/cache/assets/sprockets/v3.0/GcUlpAeOl63J8yvg25duAeSDSRNAQH10Luwf2eu3Nr0.cache
loco-rails-1.0.1 test/dummy/tmp/cache/assets/sprockets/v3.0/V6qNvhPbAfCiqTxWCdabuMigYarGyDfJwJ6ghb4LsL8.cache
loco-rails-1.0.1 test/dummy/tmp/cache/assets/test/sprockets/v3.0/GcUlpAeOl63J8yvg25duAeSDSRNAQH10Luwf2eu3Nr0.cache
loco-rails-1.0.0 test/dummy/tmp/cache/assets/sprockets/v3.0/GcUlpAeOl63J8yvg25duAeSDSRNAQH10Luwf2eu3Nr0.cache
loco-rails-1.0.0 test/dummy/tmp/cache/assets/sprockets/v3.0/V6qNvhPbAfCiqTxWCdabuMigYarGyDfJwJ6ghb4LsL8.cache
loco-rails-1.0.0 test/dummy/tmp/cache/assets/test/sprockets/v3.0/GcUlpAeOl63J8yvg25duAeSDSRNAQH10Luwf2eu3Nr0.cache
loco-rails-0.0.1 test/dummy/tmp/cache/assets/test/sprockets/v3.0/GcUlpAeOl63J8yvg25duAeSDSRNAQH10Luwf2eu3Nr0.cache
loco-rails-0.0.1 test/dummy/tmp/cache/assets/development/sprockets/v3.0/GcUlpAeOl63J8yvg25duAeSDSRNAQH10Luwf2eu3Nr0.cache