Sha256: d32508cd2c1f9c14b0436df45b6a80199334a47312454c6ddb55712a870d1f65
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
module Quadro class Asset < ActiveRecord::Base # attributes # attr_accessible :attachment delegate :url, to: :attachment # associations belongs_to :assetable, polymorphic: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quadro-0.6.1 | app/models/quadro/asset.rb |
quadro-0.6.0 | app/models/quadro/asset.rb |