mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fixes Hound CI violations
This commit is contained in:
parent
169fab5c31
commit
8154e6f72c
6 changed files with 44 additions and 32 deletions
|
|
@ -3,11 +3,12 @@ class Admin::EmailsController < ApplicationController
|
|||
|
||||
def update
|
||||
@conference.email_settings.update_attributes(params[:email_settings])
|
||||
redirect_to(admin_conference_emails_path(@conference.short_title), :notice => 'Settings have been successfully updated.')
|
||||
redirect_to(admin_conference_emails_path(
|
||||
@conference.short_title),
|
||||
notice: 'Settings have been successfully updated.')
|
||||
end
|
||||
|
||||
def index
|
||||
@settings = @conference.email_settings
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue