lib/bidu/house/report/error.rb in bidu-house-1.1.0 vs lib/bidu/house/report/error.rb in bidu-house-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
module Bidu
module House
class Report
- class Error < Report
+ class Error < Report::ActiveRecord
ALLOWED_PARAMETERS=[:period, :threshold]
DEFAULT_OPTION = {
external_key: :id,
threshold: 0.02,
period: 1.day,