Module: Errors2Html::Mixin
- Defined in:
- lib/rails_errors2html.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
109 110 111 |
# File 'lib/rails_errors2html.rb', line 109 def to_html ::Errors2Html.to_html(self) end |
#to_s ⇒ Object
113 114 115 |
# File 'lib/rails_errors2html.rb', line 113 def to_s to_html end |