# File lib/foreigner/schema_dumper.rb, line 3 def self.included(base) base.class_eval do alias_method_chain :tables, :foreign_keys end end