Class: ActiveRecord::TableMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/activerecord_spanner_adapter/base.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#arel_tableObject (readonly)

This attr_reader is private in ActiveRecord 6.0.x and public in 6.1.x. This makes sure it is always available in the Spanner adapter.



11
12
13
# File 'lib/activerecord_spanner_adapter/base.rb', line 11

def arel_table
  @arel_table
end