Module: RailsGallery::ViewHelper::Galleria

Defined in:
lib/rails-gallery/view_helper/galleria.rb

Instance Method Summary collapse

Instance Method Details



4
5
6
7
8
# File 'lib/rails-gallery/view_helper/galleria.rb', line 4

def galleria_gallery_image photo
   :a, href: "/assets/#{photo.path}" do
    image_tag photo.path, :"data-title" => photo.title, :"data-description" => photo.description
  end
end