bugfix multiple lines

This commit is contained in:
Thomas Blazek
2013-08-22 13:49:11 +02:00
parent 60d86d9cb1
commit cbe536a56b
3 changed files with 80 additions and 79 deletions

View File

@@ -8,7 +8,7 @@ class Foto < ActiveRecord::Base
"id" => read_attribute(:id),
"title" => read_attribute(:title),
"description" => read_attribute(:desc),
"name" => read_attribute(:datei),
"name" => read_attribute(:title),
"size" => datei.size,
"url" => datei.url,
"thumbnail_url" => datei.thumb.url,