Removed not needed assets.

This commit is contained in:
Martin Edenhofer 2013-11-02 23:33:21 +01:00
parent 8a1f48d7c6
commit e63cccaf25

View file

@ -29,17 +29,6 @@ returns
data[ User.to_app_model ][ self['created_by_id'] ] = User.user_data_full( self['created_by_id'] )
end
# fetch meta relations
if !data[ History::Object.to_app_model ]
data[ History::Object.to_app_model ] = History::Object.all()
end
if !data[ History::Type.to_app_model ]
data[ History::Type.to_app_model ] = History::Type.all()
end
if !data[ History::Attribute.to_app_model ]
data[ History::Attribute.to_app_model ] = History::Attribute.all()
end
data
end