Module: Errors2Html::Mixin
- Defined in:
- lib/rails_errors2html.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
131 132 133 |
# File 'lib/rails_errors2html.rb', line 131 def to_html ::Errors2Html.to_html(self) end |
#to_s ⇒ Object
135 136 137 |
# File 'lib/rails_errors2html.rb', line 135 def to_s to_html end |