Move AS require to correct file

This commit is contained in:
Joshua Clayton 2012-02-08 14:18:54 -05:00
parent 88be1de040
commit 222ef54ed1
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require "active_support/core_ext/hash/except"
module FactoryGirl
class AssociationRunner
def initialize(factory_name)