method

freeze

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

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

freeze()
public

No documentation available.

# File activemodel/lib/active_model/validations.rb, line 372
    def freeze
      errors
      context_for_validation

      super
    end