This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Disable old MongoMapper code
master
Adrian Short
11 years ago
parent
ff152512c0
commit
58a217b121
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
app/models/error_log.rb
+ 6
- 6
app/models/error_log.rb
View 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
Write
Preview
Loading…
Cancel
Save