class ActiveModel::BetterErrors::HumanArrayReporter
Public Instance Methods
to_a()
click to toggle source
# File lib/active_model/better_errors/human_array_reporter.rb, line 9 def to_a HumanMessageReporter.new(collection).full_messages end