Sha256: 0b9ca015c4e15ac887b98f53992d1481075e7c969e4d4e64cb4df45da973ab47

Contents?: true

Size: 278 Bytes

Versions: 134

Compression:

Stored size: 278 Bytes

Contents

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

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

Version data entries

134 entries across 134 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.22.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.21.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.20.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.20.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.19.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.18.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.18.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.17.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.16.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.15.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.14.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.14.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.13.2 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.13.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.13.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.12.1 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.12.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.11.0 app/controllers/exercise_confirmations_controller.rb
mumuki-laboratory-9.10.0 app/controllers/exercise_confirmations_controller.rb