Libraries
»
database_repository
(1.1.0)
»
Index
»
DatabaseRepository
»
Base
»
#delete_all
Method: DatabaseRepository::Base#delete_all
Defined in:
lib/database_repository/base.rb
#
delete_all
⇒
Object
109 110 111
# File 'lib/database_repository/base.rb', line 109
def
delete_all
entity
.
delete_all
end