add skipped empty lines

This commit is contained in:
Artem Chernikov 2014-06-30 17:07:53 +02:00
parent cdd3b40f5b
commit 494003892c
31 changed files with 37 additions and 29 deletions

View file

@ -93,4 +93,4 @@ class Admin::QuestionsController < ApplicationController
@questions = Question.where(:global => true).all | Question.where(:conference_id => @conference.id)
@questions_conference = @conference.questions
end
end
end