APIdock / Ruby on Rails
/
Browse About
method

freeze

v8.1.1 - Show latest stable - Class: ActiveModel::Validations::ClassMethods
freeze()
public

No documentation available.

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

      super
    end

Related methods

  • Instance methods
  • attribute_method?
  • clear_validators!
  • errors
  • freeze
  • inherited
  • initialize_dup
  • invalid?
  • predicate_for_validation_context
  • valid?
  • validate
  • validate!
  • validates
  • validates!
  • validates_each
  • validates_with
  • validation_context
  • validators
  • validators_on
  • Private methods
  • private_parse_validates_options
  • private_validates_default_keys
  • privatecontext_for_validation
  • privateinit_internals
  • privateraise_validation_error
  • privaterun_validations!
  • privatevalidation_context=
APIdock API Documentation Browser

Measure what matters with Swarmia's SPACE framework implementation.

© 2026 APIdock