Class: ActiveRecord::Reflection::AssociationReflection

Inherits:
MacroReflection
  • Object
show all
Defined in:
lib/connection_manager/patches/reflections_patch.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#quoted_table_nameObject



13
14
15
# File 'lib/connection_manager/patches/reflections_patch.rb', line 13

def quoted_table_name
  @quoted_table_name = klass.quoted_table_name
end

#table_nameObject



9
10
11
# File 'lib/connection_manager/patches/reflections_patch.rb', line 9

def table_name
  @table_name = klass.table_name
end