write in 1 single line actions with no body
Conflicts: app/controllers/admin/contacts_controller.rb
This commit is contained in:
parent
f5081813d9
commit
f169049003
10 changed files with 11 additions and 22 deletions
|
|
@ -124,8 +124,7 @@ module Admin
|
|||
redirect_back_or_to(admin_conference_event_path(@conference.short_title, @event))
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
def create; end
|
||||
|
||||
def accept
|
||||
send_mail = @event.conference.email_settings.send_on_accepted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue