Class: Store::EventsController

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

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
  @event = Event.includes(:venue, :shows => [:chart => :sections]).find(params[:id])
end