Sha256: 44d04b15222d8ec55ed70f3aff79bb754fe125380982ae954269b4a2a9c96987
Contents?: true
Size: 358 Bytes
Versions: 15
Compression:
Stored size: 358 Bytes
Contents
# Decorate any models # Chose to use this method for now, instead of creating a decorator folder and # eager-loading it. Prefer to keep the logic in the model folder. #------------------------------------------------------------------------------ UserProfile.send(:include, DmEvent::Concerns::UserProfile) Ability.send(:include, DmEvent::Concerns::Ability)
Version data entries
15 entries across 15 versions & 1 rubygems