Class: ActiveModel::BetterErrors::HashReporter

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

Overview

HashReporter

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::BetterErrors::Reporter

Instance Method Details

#to_hashObject



9
10
11
# File 'lib/active_model/better_errors/hash_reporter.rb', line 9

def to_hash
  fail 'abstract method'
end