GeoRSS aggregator and Layar augmented reality server
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

error_log.rb 119 B

12345678
  1. class ErrorLog
  2. include MongoMapper::Document
  3. key :ts, Time
  4. key :params, Hash
  5. key :pois_returned, Integer
  6. end