mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 14:11:10 +00:00
Fix others additional lints
This commit is contained in:
parent
763f864dc9
commit
056fe5ec3f
18 changed files with 33 additions and 34 deletions
|
|
@ -68,7 +68,7 @@ class ConferenceRegistrationController < ApplicationController
|
|||
else
|
||||
registration.update_attributes!(registration_params)
|
||||
end
|
||||
rescue Exception => e
|
||||
rescue => e
|
||||
Rails.logger.debug e.backtrace.join('\n')
|
||||
redirect_to(register_conference_path(id: conference.short_title),
|
||||
alert: 'Registration failed:' + e.message)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue