removes question column from poll_questions
This commit is contained in:
@@ -40,7 +40,6 @@ class Poll::Question < ActiveRecord::Base
|
||||
self.title = proposal.title
|
||||
self.description = proposal.description
|
||||
self.summary = proposal.summary
|
||||
self.question = proposal.question
|
||||
self.all_geozones = true
|
||||
self.valid_answers = I18n.t('poll_questions.default_valid_answers')
|
||||
end
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
<div class="small-12 column">
|
||||
<%= f.text_field :title, maxlength: Poll::Question.title_max_length %>
|
||||
|
||||
<%= f.text_field :question, maxlength: Poll::Question.question_max_length %>
|
||||
|
||||
<%= f.text_field :valid_answers %>
|
||||
|
||||
<%= f.text_area :summary, rows: 4, maxlength: 200 %>
|
||||
|
||||
Reference in New Issue
Block a user