method
association_for_table
v4.2.7 -
Show latest stable
- Class:
ActiveRecord::QueryMethods
association_for_table(table_name)private
No documentation available.
# File activerecord/lib/active_record/relation/query_methods.rb, line 999
def association_for_table(table_name)
table_name = table_name.to_s
@klass._reflect_on_association(table_name) ||
@klass._reflect_on_association(table_name.singularize)
end