Methods

Class/Module Index [+]

Quicksearch

FactoryGirl::Decorator::NewConstructor

Public Class Methods

new(component, build_class) click to toggle source
# File lib/factory_girl/decorator/new_constructor.rb, line 4
def initialize(component, build_class)
  super(component)
  @build_class = build_class
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.