Class: ActiveRecord::Reflection::AssociationReflection
- Inherits:
-
MacroReflection
- Object
- MacroReflection
- ActiveRecord::Reflection::AssociationReflection
- Defined in:
- lib/connection_manager/patches/reflections_patch.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#quoted_table_name ⇒ Object
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_name ⇒ Object
9 10 11 |
# File 'lib/connection_manager/patches/reflections_patch.rb', line 9 def table_name @table_name = klass.table_name end |