This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright © 2010-2011 Tech-Angels. All Rights Reserved. | |
# CollectorTransaction will be created each time the Collector needs | |
# to trace an activity. | |
# | |
# Attributes: | |
# * id [integer, primary, not null] - primary key | |
# * before_tr [binary] - associated model serialized before transaction | |
# * created_at [datetime] - creation time | |
# * model_id [integer] - belongs_to Model (polymorphic) |