# File lib/mongo_mapper/plugins/associations/base.rb, line 58 def foreign_key @options[:foreign_key] || "#{name}_id" end