get /users/new
19 20 21
# File 'app/controllers/users_controller.rb', line 19 def new @entity = User.new(consent: true) end