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( = {}) return self.join('<br />') if [:break] self.to_sentence end |