Class: Store::ShowsController

Inherits:
StoreController
  • Object
show all
Defined in:
app/controllers/store/shows_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
5
# File 'app/controllers/store/shows_controller.rb', line 2

def show
  @show = Show.includes(:event, :chart).where(:uuid => params[:id]).first
  render :layout => false
end