socialforge/app/models/attachment_history.rb

4 lines
103 B
Ruby
Raw Normal View History

class AttachmentHistory < ActiveRecord::Base
2015-12-30 10:32:32 +08:00
belongs_to :attachment,foreign_key: 'attachment_id'
end