method

validate

rails latest stable - Class: ActiveModel::Validations::PresenceValidator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

validate(record)
public

No documentation available.

# File activemodel/lib/active_model/validations/presence.rb, line 7
      def validate(record)
        record.errors.add_on_blank(attributes, options)
      end