4 lines
112 B
Ruby
4 lines
112 B
Ruby
|
class PollAnswers < ActiveRecord::Base
|
||
|
attr_accessible :answer_position, :answer_text, :poll_questions_id
|
||
|
end
|