module Errors2Html::Mixin

Public Instance Methods

to_html() click to toggle source
# File lib/rails_errors2html.rb, line 109
def to_html
  ::Errors2Html.to_html(self)
end
to_s() click to toggle source
# File lib/rails_errors2html.rb, line 113
def to_s
  to_html
end