method
lookup
rails latest stable - Class:
ActiveRecord::Type
lookup(*args, adapter: current_adapter_name, **kwargs)public
No documentation available.
# File activerecord/lib/active_record/type.rb, line 41
def lookup(*args, adapter: current_adapter_name, **kwargs) # :nodoc:
registry.lookup(*args, adapter: adapter, **kwargs)
end