Class: Store::ShowsController
- Inherits:
-
StoreController
- Object
- StoreController
- Store::ShowsController
- Defined in:
- app/controllers/store/shows_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
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 |