class PollAnswers < ActiveRecord::Base attr_accessible :answer_position, :answer_text, :poll_questions_id end