Class: Nyauth::ConfirmationRequestsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/nyauth/confirmation_requests_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



11
12
13
14
# File 'app/controllers/nyauth/confirmation_requests_controller.rb', line 11

def create
  @user.request_confirmation
  respond_with(@user, location: root_path)
end

#newObject



8
9
# File 'app/controllers/nyauth/confirmation_requests_controller.rb', line 8

def new
end