Parcourir la source

Disable old MongoMapper code

master
Adrian Short il y a 11 ans
Parent
révision
58a217b121
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. +6
    -6
      app/models/error_log.rb

+ 6
- 6
app/models/error_log.rb Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer