image_gallery.rb 188 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 class ImageGallery < Article def self.short_description _('Image gallery') end def self.description _('A collection of photos, logos or other kinds of images.') end end