# File lib/has_many_polymorphs/support_methods.rb, line 34 def _flatten_once self.inject([]){|r, el| r + Array(el)} end