Sha256: 5a0212826401af3596a5896e934fc808cd4f364f52c2fb96b28341a812d84f70
Contents?: true
Size: 211 Bytes
Versions: 5
Compression:
Stored size: 211 Bytes
Contents
module PaperclipAtompub class Attachment < ActiveRecord::Base attr_accessible :attachment_name, :instance_id, :instance_type, :resource_uri, :style belongs_to :instance, :polymorphic => true end end
Version data entries
5 entries across 5 versions & 1 rubygems