# File lib/simple_form/components/errors.rb, line 53
      def errors_on_attribute
        object.errors[attribute_name] || []
      end