Exception: DataMapper::Sweatshop::NoFixtureExist

Inherits:
Exception
  • Object
show all
Defined in:
lib/dm-sweatshop/sweatshop.rb

Overview

Raise when requested attributes hash or instance are not found in model and record maps, respectively.

This usually happens when you forget to use make or generate method before trying ti pick an object.