Module: OrganizzePermanentRecords::Rails2

Defined in:
lib/organizze_permanent_records.rb

Instance Method Summary collapse

Instance Method Details

#with_deleted(*args) ⇒ Object



51
52
53
54
55
# File 'lib/organizze_permanent_records.rb', line 51

def with_deleted(*args)
  with_exclusive_scope do
    find(*args)
  end
end