engine/lib
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
..
generators/locomotive/install add information to set up carrierwave for local filesystems 2011-08-11 14:47:12 -07:00
locomotive Fit issue 240 by using slug to find content-type 2012-01-09 15:01:51 +01:00
tasks Added rake task to create new admin user 2011-08-04 13:19:39 -03:00
locomotive.rb fix issue #243 (Kaminari causing error on Bushido) 2011-11-05 15:18:15 +01:00