class AsciiIo.Models.Comment extends Backbone.Model user: -> this.get('user') class AsciiIo.Collections.Comments extends Backbone.Collection model: AsciiIo.Models.Comment