# File lib/simple_form/components/errors.rb, line 22
      def errors
        @errors ||= (errors_on_attribute + errors_on_association).compact
      end