Sha256: 45a5347e73dbea43ad7c45705d37d16ff9751a5b4f7afdb444b47911d60ce9ef
Contents?: true
Size: 201 Bytes
Versions: 82
Compression:
Stored size: 201 Bytes
Contents
class Attachment < ActiveRecord::Base field :name, :string alias_attribute :title, :name field :description, :text has_attached :file belongs_to :attachable, :polymorphic => true end
Version data entries
82 entries across 82 versions & 1 rubygems