Method: SimpleForm::Components::Errors#full_error

Defined in:
lib/simple_form/components/errors.rb

#full_error(wrapper_options = nil) ⇒ Object



9
10
11
# File 'lib/simple_form/components/errors.rb', line 9

def full_error(wrapper_options = nil)
  full_error_text if options[:error] != false && has_errors?
end