Module: FactoryGirl::Syntax::Generate::ActiveRecord Private

Defined in:
lib/factory_girl/syntax/generate.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

API Description:

Defined Under Namespace

Modules: ClassMethods

Class Method Summary (collapse)

Class Method Details

+ (Object) included(base)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API Description:

  • private



38
39
40
# File 'lib/factory_girl/syntax/generate.rb', line 38

def self.included(base)
  base.extend ClassMethods
end