class PollUser < ActiveRecord::Base # attr_accessible :poll_id, :user_id include Redmine::SafeAttributes belongs_to :poll belongs_to :user end