class SoftDeletablePetit::Configuration

Public Instance Methods

config() click to toggle source
# File lib/soft_deletable_petit/config.rb, line 22
def config
  self.class.config
end
merge(options) click to toggle source
# File lib/soft_deletable_petit/config.rb, line 26
def merge(options)
  config.merge(options.slice(*config.keys))
end