show users per question
This commit is contained in:
parent
9963c1550f
commit
3b8b86eb85
4 changed files with 32 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue