Method: CouchRest::Database#recreate!
- Defined in:
- lib/couchrest/core/database.rb
#recreate! ⇒ Object
Delete and re create the database
244 245 246 247 248 249 250 |
# File 'lib/couchrest/core/database.rb', line 244 def recreate! delete! create! rescue RestClient::ResourceNotFound ensure create! end |