Skip to content
Snippets Groups Projects
Commit 6f5596f1 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

remove

parent 1bc5bf06
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ class Admin::Communication::Websites::Agenda::EventsController < Admin::Communic
end
def new
@event.website = @website
breadcrumb
end
......@@ -39,7 +38,6 @@ class Admin::Communication::Websites::Agenda::EventsController < Admin::Communic
if @event.save_and_sync
redirect_to admin_communication_website_agenda_event_path(@event), notice: t('admin.successfully_created_html', model: @event.to_s)
else
byebug
breadcrumb
render :new, status: :unprocessable_entity
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment