Module: RailsGallery::ViewHelper::TouchTouch

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

Instance Method Summary collapse

Instance Method Details

#touchgal_image(photo, options = {}) ⇒ Object Also known as: touch_gallery_image



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

def touchgal_image photo, options = {}
   :a, nil, options.merge(href: photo.path, title: photo.title)
end