RoR image_tag session variable

Subscribe to RoR image_tag session variable 1 post, 1 voice

 
Avatar mj330 1 post

I have a slidehsow on the website. i have to change one of the banners. the code in view looks like this:

<%= link_to( image_tag(session:slide_array], :size => “580×146”), session:slide_link] ) %>

can someone explain where do “slide_array” and “slide_link” get set? how can i change them. i even used netbeans and other tools to figure out their roots but no luck.

help please

thanks you