Class: SudoMode::ConfirmationController

Inherits:
ApplicationController show all
Defined in:
app/controllers/sudo_mode/confirmation_controller.rb

Instance Method Summary collapse

Instance Method Details

#newObject



5
6
7
8
# File 'app/controllers/sudo_mode/confirmation_controller.rb', line 5

def new
  @submit_path = params[:redirect_to]
  @method = params[:method]
end