# File lib/active_support/core_ext/string/inflections.rb, line 47
        def foreign_key(separate_class_name_and_id_with_underscore = true)
          Inflector.foreign_key(self, separate_class_name_and_id_with_underscore)
        end