Module: Admix::AlbumsHelper
- Defined in:
- app/helpers/admix/albums_helper.rb
Instance Method Summary collapse
Instance Method Details
#action_photos(obj) ⇒ Object
3 4 5 |
# File 'app/helpers/admix/albums_helper.rb', line 3 def action_photos(obj) link_to image_tag('albums/photos.png'), resource_url([obj, :photos]), class: 'btn', title:'Adicionar fotos' end |