Method: RPH::FormAssistant::FieldErrors#to_s

Defined in:
lib/form_assistant/field_errors.rb

#to_s(options = {}) ⇒ Object



10
11
12
13
# File 'lib/form_assistant/field_errors.rb', line 10

def to_s(options = {})
  return self.join('<br />') if options[:break]
  self.to_sentence
end