Flowdock
method

alias_type

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: HashLookupTypeMap
alias_type(type, alias_type) public

No documentation

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

Hide source
# File activerecord/lib/active_record/type/hash_lookup_type_map.rb, line 6
      def alias_type(type, alias_type)
        register_type(type) { |_, *args| lookup(alias_type, *args) }
      end
Register or log in to add new notes.