Sha256: 571959a4d589d09c95de3bc85cf25668dd46baf376c978e805041a9d9a2ceb09

Contents?: true

Size: 220 Bytes

Versions: 38

Compression:

Stored size: 220 Bytes

Contents

class ExerciseConfirmationsController < AjaxController
  include Mumuki::Laboratory::Controllers::NestedInExercise

  def create
    result = @exercise.submit_confirmation! current_user
    render json: result
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
mumuki-laboratory-5.12.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.12.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.11.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.10.4 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.10.3 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.10.2 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.10.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.10.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.9.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.9.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.8.3 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.8.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.8.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.7.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.6.3 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.6.2 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.6.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.6.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.5.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-5.4.0 app/controllers/exercise_confirmations_controller.rb