Sha256: 312ff560a22f63d30705e8d67674937b8ba902eaa8b6bd82104a3114bf83f32b

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 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

1 entries across 1 versions & 1 rubygems

Version Path
paperclip-atompub-0.0.3.4 app/models/paperclip_atompub/attachment.rb