Displaying 1 result from an estimated 1 matches for "metallo".
Did you mean:
metall
2011 Nov 24
5
ActiveRecord::AssociationTypeMismatch
...del,
Image and Playlist and PlaylistItem. Everything works fine. The app
should work also a XML REST service. When I made this call I obtain
this XML because the playlist don''t contains images:
GET http://0.0.0.0:3000/playlists/7.xml
<playlist>
<id>7</id>
<name>metallo</name>
<images></images>
</playlist>
I would put some images in playlist (the images are already presents
on server) I should made this call:
PUT http://0.0.0.0:3000/playlists/7.xml
<playlist>
<id>7</id>
<name>metal</name>
<i...