approve user

This commit is contained in:
Rimian Perkins 2017-03-21 14:28:26 +11:00
parent e26b73a57d
commit 61361bb69d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ private
name: options[:name],
password: options[:password],
active: true
)
).approve(-1, false)
end
end
end