Class: ActiveRecord::Reflection::AssociationReflection
- Inherits:
-
Object
- Object
- ActiveRecord::Reflection::AssociationReflection
- Defined in:
- lib/activerecord_snapshot_view/snapshot_view.rb
Instance Method Summary collapse
Instance Method Details
#quoted_table_name ⇒ Object
20 21 22 |
# File 'lib/activerecord_snapshot_view/snapshot_view.rb', line 20 def quoted_table_name klass.quoted_table_name end |
#table_name ⇒ Object
16 17 18 |
# File 'lib/activerecord_snapshot_view/snapshot_view.rb', line 16 def table_name klass.table_name end |