1 2 3 4 5 6 7 8 9 |
@image ||= Image(params[:id]) ( @image, :type => @profile, :filename => @profile, :disposition => 'inline' ) end |
Pastie
Show Pastie some love
or read my new blog
1 2 3 4 5 6 7 8 9 |
@image ||= Image(params[:id]) ( @image, :type => @profile, :filename => @profile, :disposition => 'inline' ) end |