Remove uneeded document and image initializations

This commit is contained in:
Senén Rodero Rodríguez
2017-09-24 12:28:45 +02:00
parent e58feb7d6d
commit f6fba64012
4 changed files with 0 additions and 7 deletions

View File

@@ -31,7 +31,6 @@ class Admin::Poll::QuestionsController < Admin::Poll::BaseController
end
def show
@document = Document.new(documentable: @question)
end
def edit