Fix bug.
This commit is contained in:
parent
f2965fda14
commit
8d03a48dc4
|
@ -6,7 +6,7 @@ class AlbumImage
|
||||||
mount_uploader :file, GalleryUploader
|
mount_uploader :file, GalleryUploader
|
||||||
field :title
|
field :title
|
||||||
field :title_translations, type: Hash, default: {}
|
field :title_translations, type: Hash, default: {}
|
||||||
field :description, localize: true
|
field :description, type: String, localize: true, default: ""
|
||||||
field :rss2_id, type: String
|
field :rss2_id, type: String
|
||||||
field :order, type: Integer, default: -1
|
field :order, type: Integer, default: -1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue