method

aliases_by_attribute_name

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: ActiveModel::AttributeMethods::ClassMethods
aliases_by_attribute_name() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/attribute_methods.rb, line 375
      def aliases_by_attribute_name # :nodoc:
        @aliases_by_attribute_name ||= Hash.new { |h, k| h[k] = [] }
      end
Register or log in to add new notes.