Sfoglia il codice sorgente

Disable old MongoMapper code

master
Adrian Short 11 anni fa
parent
commit
58a217b121
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. +6
    -6
      app/models/error_log.rb

+ 6
- 6
app/models/error_log.rb Vedi File

@@ -1,8 +1,8 @@
class ErrorLog
include MongoMapper::Document
# class ErrorLog
# include MongoMapper::Document

key :ts, Time
key :params, Hash
key :pois_returned, Integer
# key :ts, Time
# key :params, Hash
# key :pois_returned, Integer

end
# end

Caricamento…
Annulla
Salva