Class: Calagator::VenuesController::CreateOrUpdate

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

Instance Method Summary collapse

Instance Method Details

#callObject



112
113
114
# File 'app/controllers/calagator/venues_controller.rb', line 112

def call
  block_spammers or (save and render_success) or render_failure
end