Class: ActiveModel::ErrorCollecting::HashReporter

Inherits:
Reporter
  • Object
show all
Defined in:
lib/active_model/error_collecting/hash_reporter.rb

Direct Known Subclasses

HumanHashReporter, MachineHashReporter

Instance Attribute Summary

Attributes inherited from Reporter

#collection

Instance Method Summary collapse

Methods inherited from Reporter

#base, #initialize

Constructor Details

This class inherits a constructor from ActiveModel::ErrorCollecting::Reporter

Instance Method Details

#to_hashObject



4
5
6
# File 'lib/active_model/error_collecting/hash_reporter.rb', line 4

def to_hash
  raise "abstract method"
end