Module: ErrorListFor::Helper

Defined in:
lib/error_list_for/helper.rb

Instance Method Summary collapse

Instance Method Details

#error_list_for(obj) ⇒ Object



4
5
6
# File 'lib/error_list_for/helper.rb', line 4

def error_list_for(obj)
  ErrorListFor::ErrorList.new(obj).list
end