Module: DynamicImage::BelongsTo
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/dynamic_image/belongs_to.rb
Overview
DynamicImage Belongs To
Extends ActiveRecord with ClassMethods#belongs_to_image, an association that accepts an uploaded file in place of a record.
The engine mixes this into ActiveRecord::Base, so it is available in any model.
Defined Under Namespace
Modules: ClassMethods