Class: Calagator::VenuesController::Show

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/controllers/calagator/venues_controller.rb

Instance Method Summary collapse

Instance Method Details

#callObject



59
60
61
# File 'app/controllers/calagator/venues_controller.rb', line 59

def call
  show_all_if_not_found || redirect_to_originator || render_venue
end