You can make use of reflect_on_all_associations method from Reflection
For example:
Thing.reflect_on_all_associations(:belongs_to)
You can make use of reflect_on_all_associations method from Reflection
For example:
Thing.reflect_on_all_associations(:belongs_to)