# File lib/factory_girl/factory.rb, line 145 145: def method_missing (name, *args, &block) 146: add_attribute(name, *args, &block) 147: end