Module: CckForms::NeofilesDenormalize
- Extended by:
- ActiveSupport::Concern
- Included in:
- ParameterTypeClass::Album, ParameterTypeClass::File
- Defined in:
- lib/cck_forms/neofiles_denormalize.rb
Overview
Utility class to handle denormalization of Neofile::File object fields to be stored in a host object.
This module is included in Album and Image parameter type classes.
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- NEOFILES_LAZY_ATTRS =
Fields that should not be stored in a host object since they are mutable
%i{ no_wm description is_deleted }