Flowdock
method

lookup

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: TypeMap
lookup(lookup_key, *args) 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/type_map.rb, line 13
      def lookup(lookup_key, *args)
        fetch(lookup_key, *args) { Type.default_value }
      end
Register or log in to add new notes.