Module: TestDummy::InstanceMethods

Defined in:
lib/test_dummy.rb

Instance Method Summary collapse

Instance Method Details

#dummy!(create_attributes = nil, tags = nil) ⇒ Object

Assigns any attributes which can be dummied that have not already been populated.



199
200
201
# File 'lib/test_dummy.rb', line 199

def dummy!(create_attributes = nil, tags = nil)
  self.class.dummy_definition.apply!(self, create_attributes, tags)
end