Class: ActiveReport::Errors

Inherits:
Array
  • Object
show all
Defined in:
lib/active_report/errors.rb

Overview

Error class that allows the use of f.error_messages inside a form_for block.

Instance Method Summary collapse

Instance Method Details

#full_messagesObject



6
7
8
# File 'lib/active_report/errors.rb', line 6

def full_messages
  self
end