Sha256: 13d175daf8607e436f556bace8a15a9f2095017af5f3eaa6fd31e9045c2f803e
Contents?: true
Size: 230 Bytes
Versions: 6
Compression:
Stored size: 230 Bytes
Contents
module Wafflemix class Image < ActiveRecord::Base attr_accessible :asset_id, :imageable_id, :imageable_type belongs_to :imageable, :polymorphic => true belongs_to :asset, :class_name => 'Wafflemix::Asset' end end
Version data entries
6 entries across 6 versions & 1 rubygems