app/controllers/store/shows_controller.rb in artfully_ose-1.3.0.pre3 vs app/controllers/store/shows_controller.rb in artfully_ose-1.3.0.pre4

- old
+ new

@@ -1,6 +1,7 @@ class Store::ShowsController < Store::StoreController def show + session[:last_show_uuid] = params[:id] @show = Show.includes(:event, :chart).where(:uuid => params[:id]).first render :layout => false end end \ No newline at end of file