Class: AltchaController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/generators/altcha/install/templates/controllers/altcha_controller.rb

Instance Method Summary collapse

Instance Method Details

#newObject



2
3
4
# File 'lib/generators/altcha/install/templates/controllers/altcha_controller.rb', line 2

def new
  render json: Altcha::Challenge.create.to_json
end