# File lib/active_resource/associations/builder/has_many.rb, line 5 def build validate_options model.create_reflection(self.class.macro, name, options).tap do |reflection| model.defines_has_many_finder_method(reflection.name, reflection.klass) end end