views:

10

answers:

0

I would like to use an object within a fixtures-file that was instantiated within another fixtures file. Something like the following (which is not working):

monitor_france:
  objecttype_id: 2
  name1: i-france-1
  name2: <%= monitors(:big_brother).name %>

In case you wonder why I try weird things like this: I'm dealing with a legacy database...