MS RS fix view params from invitations#new
This commit is contained in:
parent
19eb549889
commit
4ed684491d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class InvitationsController < Devise::InvitationsController
|
|||
end
|
||||
|
||||
def create
|
||||
aspect_id = params[:user].delete(:aspect_id)
|
||||
aspect_id = params[:user].delete(:aspects)
|
||||
message = params[:user].delete(:invite_messages)
|
||||
emails = params[:user][:email].to_s.gsub(/\s/, '').split(/, */)
|
||||
#NOTE should we try and find users by email here? probs
|
||||
|
|
|
|||
Loading…
Reference in a new issue