Method: Immortal::ClassMethods#count_with_deleted
- Defined in:
- lib/immortal.rb
#count_with_deleted(*args) ⇒ Object
43 44 45 46 47 |
# File 'lib/immortal.rb', line 43 def count_with_deleted(*args) without_default_scope do count(*args) end end |