engine/spec/fixtures
Paul Sponagl 27dd3b2001 Fit issue 240 by using slug to find content-type
export.rb exports targets with
field_attributes['target'] = target_klass._parent.slug
but import imports it with:
target_content_type = site.content_types.where(:name => association.target).first

this fails if one uses capitalized names for Models.
i changed the default.zip to contain a site yaml with capitalized
Model-Names too.
2012-01-09 15:01:51 +01:00
..
assets theme assets 2010-05-11 23:38:52 +02:00
themes Fit issue 240 by using slug to find content-type 2012-01-09 15:01:51 +01:00