Method: OfficeController#error

Defined in:
app/controllers/office_controller.rb

#errorObject



17
18
19
20
# File 'app/controllers/office_controller.rb', line 17

def error
  logger.info "Error" + request.url
  redirect_to "/"
end