Module Cms::Behaviors::SoftDeleting
In: lib/cms/behaviors/soft_deleting.rb

Methods

included  

Classes and Modules

Module Cms::Behaviors::SoftDeleting::ClassMethods
Module Cms::Behaviors::SoftDeleting::InstanceMethods
Module Cms::Behaviors::SoftDeleting::MacroMethods

Public Class methods

[Source]

   # File lib/cms/behaviors/soft_deleting.rb, line 4
4:       def self.included(model_class)
5:         model_class.extend(MacroMethods)
6:       end

[Validate]