# File lib/has_many_polymorphs/association.rb, line 40 def find(*args) opts = args._extract_options! opts.delete :include super(*(args + [opts])) end