Class: ActiveRecord::TableMetadata
- Inherits:
-
Object
- Object
- ActiveRecord::TableMetadata
- Defined in:
- lib/activerecord_spanner_adapter/base.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#arel_table ⇒ Object
readonly
This attr_reader is private in ActiveRecord 6.0.x and public in 6.1.x.
Instance Attribute Details
#arel_table ⇒ Object (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.
14 15 16 |
# File 'lib/activerecord_spanner_adapter/base.rb', line 14 def arel_table @arel_table end |