module SoftDeletablePetit::SoftDeletable

Public Instance Methods

soft_deletable(options = {}) click to toggle source
# File lib/soft_deletable_petit/soft_deletable.rb, line 6
def soft_deletable(options = {})
  @_soft_deletable_options = SoftDeletablePetit.config.merge(options)
  SoftDeletablePetit::Builder.build(self, @_soft_deletable_options)
end