show users per question

This commit is contained in:
Stella Rouzi 2015-04-22 18:55:51 +03:00
parent 9963c1550f
commit 3b8b86eb85
4 changed files with 32 additions and 0 deletions

View file

@ -25,6 +25,7 @@ class Registration < ActiveRecord::Base
delegate :email, to: :user
delegate :nickname, to: :user
delegate :affiliation, to: :user
delegate :username, to: :user
alias_attribute :other_needs, :other_special_needs