APIdock / Ruby on Rails
/
Browse About
method

aliases_by_attribute_name

v8.1.1 - Show latest stable - Class: ActiveModel::AttributeMethods::ClassMethods
aliases_by_attribute_name()
public

No documentation available.

# File activemodel/lib/active_model/attribute_methods.rb, line 382
      def aliases_by_attribute_name # :nodoc:
        @aliases_by_attribute_name ||= Hash.new { |h, k| h[k] = [] }
      end

Related methods

  • Instance methods
  • alias_attribute
  • alias_attribute_method_definition
  • aliases_by_attribute_name
  • attribute_alias
  • attribute_alias?
  • attribute_method_affix
  • attribute_method_prefix
  • attribute_method_suffix
  • define_attribute_method
  • define_attribute_method_pattern
  • define_attribute_methods
  • eagerly_generate_alias_attribute_methods
  • generate_alias_attribute_methods
  • undefine_attribute_methods
  • Private methods
  • privateattribute_method_patterns_cache
  • privateattribute_method_patterns_matching
  • privatebuild_mangled_name
  • privatedefine_call
  • privatedefine_proxy_call
  • privategenerated_attribute_methods
  • privateinherited
  • privateinstance_method_already_implemented?
  • privateresolve_attribute_name
APIdock API Documentation Browser

© 2026 APIdock