Module
SimpleForm::Components::Errors
In:
lib/simple_form/components/errors.rb
Methods
error
error_method
error_text
errors
errors_on_association
errors_on_attribute
full_error
full_error_text
full_errors
full_errors_on_association
full_errors_on_attribute
has_custom_error?
has_errors?
has_value?
object_with_errors?
valid?
Public Instance methods
error
(wrapper_options = nil)
full_error
(wrapper_options = nil)
has_errors?
()
has_value?
()
valid?
()
Protected Instance methods
error_method
()
error_text
()
errors
()
errors_on_association
()
errors_on_attribute
()
full_error_text
()
full_errors
()
full_errors_on_association
()
full_errors_on_attribute
()
has_custom_error?
()
object_with_errors?
()
[Validate]