remove attachments

This commit is contained in:
Stella Rouzi 2014-08-17 16:32:01 +03:00
parent 6579b3220f
commit 30c2d66a15
6 changed files with 1 additions and 286 deletions

View file

@ -19,7 +19,6 @@ class ProposalController < ApplicationController
def edit
authorize! :edit, @event
@url = conference_proposal_path(@conference.short_title, params[:id])
@attachments = @event.event_attachments
end
def create