Method: Cell::Meta.global_tables
- Defined in:
- lib/cell/meta.rb
.global_tables ⇒ Object
59 60 61 62 63 |
# File 'lib/cell/meta.rb', line 59 def self.global_tables with_global_schema do (::ActiveRecord::InternalMetadata[GLOBAL_KEY] || '').split(',') end end |