Module: OrganizzePermanentRecords::Rails2

Defined in:
lib/organizze_permanent_records.rb

Instance Method Summary collapse

Instance Method Details

#with_deleted(*args) ⇒ Object



47
48
49
50
51
# File 'lib/organizze_permanent_records.rb', line 47

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