Sha256: 863ba7724da1aa05722d7a02ad0b4f744862d38f5ec68c1705ea8f9f0052f611
Contents?: true
Size: 189 Bytes
Versions: 2
Compression:
Stored size: 189 Bytes
Contents
module RailsGallery module ViewHelper module Slideshow def slideshow_gallery_image photo image_tag photo.thumb, alt: "/assets/#{photo.path}" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-gallery-0.2.1 | lib/rails-gallery/view_helper/slideshow.rb |
rails-gallery-0.2.0 | lib/rails-gallery/view_helper/slideshow.rb |