Newer
Older
class Poll < ActiveRecord::Base
Jannik Streek
a validé
include Diaspora::Federated::Base
include Diaspora::Guid
attr_accessible :question, :poll_answers
Jannik Streek
a validé
has_many :poll_answers
has_many :poll_participations
#forward some requests to status message, because a poll is just attached to a status message and is not sharable itself
delegate :author, :author_id, :public?, :subscribers, to: :status_message
Jannik Streek
a validé