# File lib/active_record/reflection.rb, line 55 def reflect_on_all_associations read_inheritable_attribute(:associations) or write_inheritable_attribute(:associations, []) end